UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 140 B
/** Email ACL */ export interface Acl { /** OVH customer unique identifier */ accountId: string; } //# sourceMappingURL=Acl.d.ts.map