Skip to content
Merged
4 changes: 4 additions & 0 deletions types/splitio.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ interface ISharedSettings {
* Set together with `debug` option to `true` or a log level string to enable logging.
*/
logger?: SplitIO.Logger;
/**
* Fallback treatments to be used when the SDK is not ready or the flag is not found.
*/
fallbackTreatments?: SplitIO.FallbackTreatmentConfiguration;
}
/**
* Common settings properties for SDKs with synchronous API (standalone and localhost modes).
Expand Down
Loading