UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 300 B
import { CampaignTypeEnum } from './CampaignTypeEnum'; /** Consent campaign */ export interface Campaign { /** Campaign description */ description: string; /** Campaign name */ name: string; /** Campaign type */ type: CampaignTypeEnum; } //# sourceMappingURL=Campaign.d.ts.map