UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 204 B
/** OVHcloud Connect Edge update payload */ export interface EdgeUpdate { /** uCPE to associate to the Edge. Set to null to dissociate. */ ucpe?: string; } //# sourceMappingURL=EdgeUpdate.d.ts.map