UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 221 B
import { MeConsentCampaignTypeEnum } from './MeConsentCampaignTypeEnum.js'; type MeConsentCampaign = { description?: string; name?: string; type?: MeConsentCampaignTypeEnum; }; export { MeConsentCampaign };