UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

17 lines 649 B
import { AreaOfExpertiseEnum } from './AreaOfExpertiseEnum'; /** Partner ship evolution */ export interface PartnerShip { /** Area of Expertise */ areaOfExpertise?: AreaOfExpertiseEnum[]; /** GDPR - email/communication opt in */ emailCommunication: boolean; /** Why you want to take part in OVH's Partners Program */ partnersProgramReason?: string; /** OVHcloud sales growth opportunities */ salesGrowthOpportunities?: string; /** Sales projection (in euros) */ salesProjection: number; /** Support agreement statement */ supportAgreementStatement: boolean; } //# sourceMappingURL=PartnerShip.d.ts.map