node-ovh-ts
Version:
OVH API wrapper library for TypeScript
25 lines (23 loc) • 541 B
TypeScript
type PartnerProductCountries = {
australia?: boolean;
brazil?: boolean;
canada?: boolean;
czechRepublic?: boolean;
finland?: boolean;
france?: boolean;
germany?: boolean;
ireland?: boolean;
italy?: boolean;
lithuania?: boolean;
morocco?: boolean;
netherlands?: boolean;
other?: string | null;
poland?: boolean;
portugal?: boolean;
senegal?: boolean;
singapore?: boolean;
spain?: boolean;
tunisia?: boolean;
uk?: boolean;
};
export { PartnerProductCountries };