UNPKG

@nestjs/swagger

Version:

Nest - modern, fast, powerful node.js web framework (@swagger)

17 lines (16 loc) 380 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.buildDocumentBase = void 0; const buildDocumentBase = () => ({ openapi: '3.0.0', info: { title: '', description: '', version: '1.0.0', contact: {} }, tags: [], servers: [], components: {} }); exports.buildDocumentBase = buildDocumentBase;