trackkit / consent/types / ConsentStatus
Type Alias: ConsentStatus
ConsentStatus =
"pending"|"granted"|"denied"
Defined in: consent/types.ts:8
High-level consent status for a user.
'pending'– user has not made a choice yet.'granted'– user has actively or implicitly granted consent.'denied'– user has denied consent.