UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

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