nuxt-openapi-docs-module
Version:
A module for Nuxt.js to generate pages from OpenAPI specifications
12 lines (11 loc) • 391 B
TypeScript
export declare function resolveAllOf(schema: any): any;
export declare function pefFix(ref: any, cache: string[] | undefined, definitions: {
[key: string]: any;
}, components: {
[key: string]: any;
}): any;
export declare function repReplace(source: any, cache?: string[], definitions?: {
[key: string]: any;
}, components?: {
[key: string]: any;
}, setPath?: boolean): any;