UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (9 loc) 313 B
import { MeConsentDecision } from './MeConsentDecision.js'; import { MeConsentCampaignTypeEnum } from './MeConsentCampaignTypeEnum.js'; type MeConsentConsent = { campaign?: string; history?: MeConsentDecision[]; type?: MeConsentCampaignTypeEnum; value?: boolean; }; export { MeConsentConsent };