UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 160 B
/** Delegation List */ export interface Delegation { /** OVH customer unique identifier */ accountId: string; } //# sourceMappingURL=Delegation.d.ts.map