Skip to content

Commit d7e5d3a

Browse files
committed
docs: clarify consent rule purpose type
1 parent 6a42cf3 commit d7e5d3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/configAPIClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export interface IFilteringConsentRuleValues {
6262
}
6363

6464
export interface IConsentRuleValue {
65+
// Server-side consent filters can return hashed consent purposes as numbers.
6566
consentPurpose: string | number;
6667
hasConsented: boolean;
6768
}

0 commit comments

Comments
 (0)