export interface NgDocSchema {
    buildTarget: string;
    main: string;
    ngDoc: {
        config: string;
    };
}
