node-ovh-ts
Version:
OVH API wrapper library for TypeScript
13 lines (10 loc) • 400 B
TypeScript
import { Partner2AreaOfExpertiseEnum } from './Partner2AreaOfExpertiseEnum.js';
type Partner2PartnerShip = {
areaOfExpertise?: Partner2AreaOfExpertiseEnum[] | null;
emailCommunication?: boolean;
partnersProgramReason?: string | null;
salesGrowthOpportunities?: string | null;
salesProjection?: number;
supportAgreementStatement?: boolean;
};
export { Partner2PartnerShip };