UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 209 B
/** Add given LDP account to role */ export interface RoleMemberCreation { /** Custom note */ note?: string; /** Username */ username: string; } //# sourceMappingURL=RoleMemberCreation.d.ts.map