We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26210b9 commit f860204Copy full SHA for f860204
packages/use-analytics/src/cookies-consent/CookieConsentProvider.tsx
@@ -36,6 +36,8 @@ type Context = {
36
isDestinationsLoaded: boolean
37
categories: typeof CATEGORIES
38
categoriesConsent: Partial<Consent>
39
+ allowedConsents: (keyof Consent)[]
40
+ deniedConsents: (keyof Consent)[]
41
saveConsent: (categoriesConsent: Partial<Consent>) => void
42
}
43
0 commit comments