UNPKG

@odata2ts/odata2ts

Version:

Flexible generator to produce various TypeScript artefacts (from simple model interfaces to complete odata clients) from OData metadata files

11 lines (10 loc) 285 B
export declare enum TypeModel { Any = "Any", EntitySet = "EntitySet", Singleton = "Singleton", EntityType = "EntityType", ComplexType = "ComplexType", EnumType = "EnumType", OperationType = "OperationType", OperationImportType = "OperationImportType" }