UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 174 B
/** New role */ export interface RoleCreation { /** Description */ description: string; /** Name */ name: string; } //# sourceMappingURL=RoleCreation.d.ts.map