UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 228 B
import { AclTypeEnum } from './AclTypeEnum'; /** Cloud ACL */ export interface Acl { /** OVH customer unique identifier */ accountId: string; /** ACL type */ type: AclTypeEnum; } //# sourceMappingURL=Acl.d.ts.map