Skip to content

Commit 49d76b2

Browse files
Polishing
1 parent 61580e5 commit 49d76b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/splitio.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,11 @@ interface ISettings {
123123
getHeaderOverrides?: (context: { headers: Record<string, string> }) => Record<string, string>;
124124
};
125125
};
126+
readonly impressionListener?: SplitIO.IImpressionListener;
126127
/**
127128
* User consent status if using in client-side. Undefined if using in server-side (NodeJS).
128129
*/
129-
readonly userConsent?: SplitIO.ConsentStatus
130+
readonly userConsent?: SplitIO.ConsentStatus;
130131
}
131132
/**
132133
* Log levels.

0 commit comments

Comments
 (0)