types-campaign-engine
v1.0.47
Published
Types for Campaign Enginee
Readme
types-campaign-engine
Shared TypeScript type definitions for the Campaign Engine platform.
Models
- TenantApiModel — Tenant/organization entity
- UserApiModel — Platform user scoped to a tenant
- CustomerApiModel — End customer with WhatsApp info, segmentation, and activity tracking
- CampaignApiModel — Campaign definition with status and delivery stats
- TemplateApiModel — WhatsApp message template with components, variables, and approval status
Usage
npm install types-campaign-engineimport { TenantApiModel, CustomerApiModel, CampaignApiModel } from 'types-campaign-engine';Build
npm start