UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 323 B
/** All typology of ptt duration */ export var PttDurationTypeEnum; (function (PttDurationTypeEnum) { PttDurationTypeEnum["indeterminated"] = "indeterminated"; PttDurationTypeEnum["permanent"] = "permanent"; PttDurationTypeEnum["temporary"] = "temporary"; })(PttDurationTypeEnum || (PttDurationTypeEnum = {}));