UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 200 B
import { Ipv4Block } from '../../../Ipv4Block'; /** Rados Gateway IP ACL entries */ export interface Acl { /** List of IP networks */ networks: Ipv4Block[]; } //# sourceMappingURL=Acl.d.ts.map