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 6a42cf3 commit d7e5d3aCopy full SHA for d7e5d3a
1 file changed
src/configAPIClient.ts
@@ -62,6 +62,7 @@ export interface IFilteringConsentRuleValues {
62
}
63
64
export interface IConsentRuleValue {
65
+ // Server-side consent filters can return hashed consent purposes as numbers.
66
consentPurpose: string | number;
67
hasConsented: boolean;
68
0 commit comments