blob: 85547189b72e0eecc037f50318e656bb2252c27d [file] [log] [blame]
Piotr Daroszcd5da802019-04-08 14:35:40 +02001import {PathsAndNamesDefinition} from "./paths-and-names";
2
3export class GabConfig {
4 constructor(public artifactType: string, public pathsAndNamesDefinitions: PathsAndNamesDefinition[]) {
5
6 }
7}