node-ovh-ts
Version:
OVH API wrapper library for TypeScript
20 lines (18 loc) • 571 B
TypeScript
type PartnerActivitySectors = {
bankInsuranceFinance?: boolean;
businessServiceOrIndividuals?: boolean;
communicationOrMedia?: boolean;
digitalServicesCompanies?: boolean;
ecommerce?: boolean;
health?: boolean;
industryTransportationEnegy?: boolean;
other?: string | null;
otherITOrTelecom?: boolean;
publicSectorOrEducation?: boolean;
resellerITOrTelecom?: boolean;
softwareEditor?: boolean;
tradeTradingDistribution?: boolean;
videoGames?: boolean;
webAgency?: boolean;
};
export { PartnerActivitySectors };