Skip to content

Commit f860204

Browse files
committed
fix(analytics): type providers
1 parent 26210b9 commit f860204

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/use-analytics/src/cookies-consent/CookieConsentProvider.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ type Context = {
3636
isDestinationsLoaded: boolean
3737
categories: typeof CATEGORIES
3838
categoriesConsent: Partial<Consent>
39+
allowedConsents: (keyof Consent)[]
40+
deniedConsents: (keyof Consent)[]
3941
saveConsent: (categoriesConsent: Partial<Consent>) => void
4042
}
4143

0 commit comments

Comments
 (0)