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 1ded639 commit 16eb793Copy full SHA for 16eb793
types/splitio.d.ts
@@ -96,6 +96,10 @@ interface ISharedSettings {
96
* Set together with `debug` option to `true` or a log level string to enable logging.
97
*/
98
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;
103
}
104
/**
105
* Common settings properties for SDKs with synchronous API (standalone and localhost modes).
0 commit comments