export interface DocGenExecutorSchema { inputPath: string; outputPath: string; tsconfigPath: string; verbose?: boolean; }