| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/swagger/dist/fixtures/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/swagger/dist/fixtures/document.base.js |
"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;