UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 270 B
/** Role */ export interface Role { /** Role Description */ description: string; /** Role id */ id: string; /** Role Name */ name: string; /** Permissions granted by this role */ permissions: string[]; } //# sourceMappingURL=Role.d.ts.map