Your IP : 216.73.216.43


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