UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 191 B
/** Acl Type */ export var AclTypeEnum; (function (AclTypeEnum) { AclTypeEnum["readonly"] = "readonly"; AclTypeEnum["readwrite"] = "readwrite"; })(AclTypeEnum || (AclTypeEnum = {}));