UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 273 B
import { TypeEnum } from './Contact/TypeEnum'; /** Customer contact service relative information */ export interface Contact { /** Customer code */ customerCode: string; /** Type of customer contact */ type: TypeEnum; } //# sourceMappingURL=Contact.d.ts.map