Skip to content

Commit 4b0988d

Browse files
Update types
1 parent b550042 commit 4b0988d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

types/splitio.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1324,6 +1324,12 @@ declare namespace SplitIO {
13241324
* @defaultValue `false`
13251325
*/
13261326
clearOnInit?: boolean;
1327+
/**
1328+
* Optional storage API to persist rollout plan related data. If not provided, the SDK will use the default localStorage Web API.
1329+
*
1330+
* @defaultValue `window.localStorage`
1331+
*/
1332+
storage?: Storage;
13271333
};
13281334
}
13291335
/**

0 commit comments

Comments
 (0)