8 lines
156 B
TypeScript

export interface Schema {
project: string;
appComponentImportPath?: string;
serverPort?: number;
skipFormat?: boolean;
extraInclude?: string[];
}