UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 130 B
/** Role */ export interface Role { /** */ id: string; /** */ name: string; } //# sourceMappingURL=Role.d.ts.map