@odata2ts/odata2ts
Version:
Flexible generator to produce various TypeScript artefacts (from simple model interfaces to complete odata clients) from OData metadata files
14 lines • 592 B
JavaScript
export var TypeModel;
(function (TypeModel) {
TypeModel["Any"] = "Any";
TypeModel["EntitySet"] = "EntitySet";
TypeModel["Singleton"] = "Singleton";
TypeModel["EntityType"] = "EntityType";
TypeModel["ComplexType"] = "ComplexType";
TypeModel["EnumType"] = "EnumType";
// Bundle Function and Action (bound or unbound; v4 only)
TypeModel["OperationType"] = "OperationType";
// Bundles ActionImport and FunctionImport elements
TypeModel["OperationImportType"] = "OperationImportType";
})(TypeModel || (TypeModel = {}));
//# sourceMappingURL=TypeModel.js.map