UNPKG

123 BTypeScriptView Raw
1import { OpenAPIObject } from '../interfaces';
2export declare const buildDocumentBase: () => Omit<OpenAPIObject, 'paths'>;