UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 312 B
/** xdsl.changeContact.post */ export interface Post { /** The contact to set as admin contact */ contactAdmin: string; /** The contact to set as billing contact */ contactBilling: string; /** The contact to set as tech contact */ contactTech: string; } //# sourceMappingURL=Post.d.ts.map