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 61580e5 commit 49d76b2Copy full SHA for 49d76b2
types/splitio.d.ts
@@ -123,10 +123,11 @@ interface ISettings {
123
getHeaderOverrides?: (context: { headers: Record<string, string> }) => Record<string, string>;
124
};
125
126
+ readonly impressionListener?: SplitIO.IImpressionListener;
127
/**
128
* User consent status if using in client-side. Undefined if using in server-side (NodeJS).
129
*/
- readonly userConsent?: SplitIO.ConsentStatus
130
+ readonly userConsent?: SplitIO.ConsentStatus;
131
}
132
133
* Log levels.
0 commit comments