export interface GenerateExecutorSchema { srcProject: string; copyTo: string; copyFrom: string[]; options?: string; }