TypeAlias.CampaignContent
type CampaignContent = {
body: string;
header: string;
};
Single message (headline + body) persisted on the campaign (JSONB column).
Type Declaration
| Name | Type |
|---|---|
body | string |
header | string |
type CampaignContent = {
body: string;
header: string;
};
Single message (headline + body) persisted on the campaign (JSONB column).
| Name | Type |
|---|---|
body | string |
header | string |