UNPKG

@nestjs/swagger

Version:

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

13 lines (12 loc) 227 B
export const buildDocumentBase = () => ({ openapi: '3.0.0', info: { title: '', description: '', version: '1.0.0', contact: {} }, tags: [], servers: [], components: {} });