/** OVHcloud Connect email */
export interface To {
    /** Email address to send the key */
    email: string;
}
//# sourceMappingURL=To.d.ts.map