@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 337 B
TypeScript
/** Service change contact payload */
export interface ChangeContact {
/** 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=ChangeContact.d.ts.map