UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 264 B
/** Type used to change the order of extensions results */ export var OrderByTypeEnum; (function (OrderByTypeEnum) { OrderByTypeEnum["alphabetical"] = "alphabetical"; OrderByTypeEnum["trending"] = "trending"; })(OrderByTypeEnum || (OrderByTypeEnum = {}));