Piotr Darosz | cd5da80 | 2019-04-08 14:35:40 +0200 | [diff] [blame^] | 1 | import {PathsAndNamesDefinition} from "./paths-and-names"; |
2 | |||||
3 | export class GabConfig { | ||||
4 | constructor(public artifactType: string, public pathsAndNamesDefinitions: PathsAndNamesDefinition[]) { | ||||
5 | |||||
6 | } | ||||
7 | } |