UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 167 B
/** Type of user */ export declare enum UserTypeEnum { 'ROOT' = "ROOT", 'SERVICE' = "SERVICE", 'USER' = "USER" } //# sourceMappingURL=UserTypeEnum.d.ts.map