UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 264 B
/** Available additional zone to order for a Load Balancer */ export interface OrderableZone { /** The zone three letter code */ name: string; /** The billing planCode for this zone */ planCode: string; } //# sourceMappingURL=OrderableZone.d.ts.map