TypeAlias.Campaign
type Campaign = z.infer<typeof campaignSchema>;
Wallet marketing campaign (Google/Apple notification push to loyalty cards).
Created as a draft; targeting, per-channel content and schedule are refined
before sending. targeting is null/empty for the whole opted-in audience;
content may be partial while a draft (completeness is checked at send time).