Type Alias OutputSpecification

OutputSpecification: {
    name: string;
    path: string;
    options?: Partial<Configuration.TypeDocOptions>;
}