UNPKG

@protocolnebula/ts-openapi-generator

Version:

Build API and models from Swagger/OpenAPI to use in any project type

10 lines 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApiURLModel = void 0; class ApiURLModel { toString() { return this.url; } } exports.ApiURLModel = ApiURLModel; //# sourceMappingURL=api-url.model.js.map