Skip to content

Commit 16eb793

Browse files
add fallbackTreatments to shared settings
1 parent 1ded639 commit 16eb793

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

types/splitio.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ interface ISharedSettings {
9696
* Set together with `debug` option to `true` or a log level string to enable logging.
9797
*/
9898
logger?: SplitIO.Logger;
99+
/**
100+
* Fallback treatments to be used when the SDK is not ready or the flag is not found.
101+
*/
102+
fallbackTreatments?: SplitIO.FallbackTreatmentConfiguration;
99103
}
100104
/**
101105
* Common settings properties for SDKs with synchronous API (standalone and localhost modes).

0 commit comments

Comments
 (0)