TypeAlias.CampaignContent
type CampaignContent = z.infer<typeof campaignContentSchema>;
Single message (headline + body) persisted on the campaign (JSONB column).
type CampaignContent = z.infer<typeof campaignContentSchema>;
Single message (headline + body) persisted on the campaign (JSONB column).