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