@protocolnebula/ts-openapi-generator
Version:
Build API and models from Swagger/OpenAPI to use in any project type
12 lines • 450 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Store = void 0;
const api_store_1 = require("./api.store");
const model_store_1 = require("./model.store");
const parameter_store_1 = require("./parameter.store");
exports.Store = {
models: new model_store_1.ModelStore(),
parameters: new parameter_store_1.ParameterStore(),
apis: new api_store_1.ApiStore(),
};
//# sourceMappingURL=entities.store.js.map