export interface GenerateCustomGeneratorSchema { name?: string; directory?: string; overwrite?: boolean; }