UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 217 B
/** Network of the subnet */ export interface InstanceAddressSubnetNetwork { /** Network id */ id: string; /** Network name */ name: string; } //# sourceMappingURL=InstanceAddressSubnetNetwork.d.ts.map