UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 153 B
/** Create one or more new IP ACLs */ export interface Create { /** List of new ACLs */ aclList: string[]; } //# sourceMappingURL=Create.d.ts.map