export interface InitPaths {
    templateDir: string;
    sharedDir: string;
    destDir: string;
}
