UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 276 B
/** Manage DynHost login */ export interface DynHostLogin { /** Login */ login: string; /** Subdomain that the login will be allowed to update (* to allow all) */ subDomain: string; /** Zone */ zone: string; } //# sourceMappingURL=DynHostLogin.d.ts.map