Skip to main content

TypeAlias.ConsentDecision

type ConsentDecision = z.infer<typeof consentDecisionSchema>;

A customer's current marketing-consent decision for one application, as read/written through the self-service consent endpoint. Tri-state: true = consented, false = refused, null = no decision yet or withdrawn.