Skip to main content

Variable.CampaignStatus

const CampaignStatus: {
Draft: "draft";
Finished: "finished";
Scheduled: "scheduled";
Sending: "sending";
Sent: "sent";
};

Type Declaration

NameType
Draft"draft"
Finished"finished"
Scheduled"scheduled"
Sending"sending"
Sent"sent"