node-ovh-ts
Version:
OVH API wrapper library for TypeScript
4 lines (2 loc) • 334 B
TypeScript
type CloudUserRoleEnum = 'admin' | 'administrator' | 'ai_training_operator' | 'ai_training_read' | 'authentication' | 'backup_operator' | 'compute_operator' | 'image_operator' | 'infrastructure_supervisor' | 'network_operator' | 'network_security_operator' | 'objectstore_operator' | 'volume_operator';
export { CloudUserRoleEnum };