webapi-ng2
Version:
ASP.NET Core Web API client generator for Angular 2
9 lines • 376 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SchemaType = void 0;
var SchemaType;
(function (SchemaType) {
SchemaType[SchemaType["Enumeration"] = 0] = "Enumeration";
SchemaType[SchemaType["Object"] = 1] = "Object";
})(SchemaType = exports.SchemaType || (exports.SchemaType = {}));
//# sourceMappingURL=schema-type.js.map