/** 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