TypeAlias.CampaignContent
type CampaignContent = z.infer<typeof campaignContentSchema>;
Per-channel message content persisted on the campaign (JSONB column).
type CampaignContent = z.infer<typeof campaignContentSchema>;
Per-channel message content persisted on the campaign (JSONB column).