@enable-tech/shared-types
Version:
This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.
14 lines • 319 B
TypeScript
export declare enum E_CampaignStatus {
DRAFT = "DRAFT",
SCHEDULED = "SCHEDULED",
ACTIVE = "ACTIVE",
ENDED = "ENDED",
CANCELLED = "CANCELLED"
}
export declare enum E_CampaignChannel {
SMS = "SMS",
EMAIL = "EMAIL",
CHAT = "CHAT",
WALLET = "WALLET"
}
//# sourceMappingURL=index.d.ts.map