UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 280 B
/** The pending changes for a Load Balancer zone */ export interface PendingChanges { /** The number of changes waiting to be applied */ number: number; /** The Load Balancer zone with pending changes */ zone: string; } //# sourceMappingURL=PendingChanges.d.ts.map