blob: 85547189b72e0eecc037f50318e656bb2252c27d [file] [log] [blame]
import {PathsAndNamesDefinition} from "./paths-and-names";
export class GabConfig {
constructor(public artifactType: string, public pathsAndNamesDefinitions: PathsAndNamesDefinition[]) {
}
}