UNPKG

100 BTypeScriptView Raw
1export interface InitPaths {
2 templateDir: string;
3 sharedDir: string;
4 destDir: string;
5}