UNPKG

380 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.buildDocumentBase = void 0;
4const buildDocumentBase = () => ({
5 openapi: '3.0.0',
6 info: {
7 title: '',
8 description: '',
9 version: '1.0.0',
10 contact: {}
11 },
12 tags: [],
13 servers: [],
14 components: {}
15});
16exports.buildDocumentBase = buildDocumentBase;