Skip to content

Commit

Permalink
Update type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed May 24, 2024
1 parent c6cfa84 commit 7ea37b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ export interface IStatus {
export interface ISplitState extends IStatus {

/**
* isTimedout indicates if the Split main client has emitted an SDK_READY_TIMED_OUT event and is not ready.
* isTimedout indicates if the Split client has emitted an SDK_READY_TIMED_OUT event and is not ready.
* @see {@link https://help.split.io/hc/en-us/articles/360020448791-JavaScript-SDK#advanced-subscribe-to-events-and-changes}
*/
isTimedout: boolean;

/**
* lastUpdate is the timestamp of the last Split main client event (SDK_READY, SDK_READY_TIMED_OUT or SDK_UPDATE).
* lastUpdate is the timestamp of the last Split client event (SDK_READY, SDK_READY_TIMED_OUT or SDK_UPDATE).
* @see {@link https://help.split.io/hc/en-us/articles/360038851551-Redux-SDK#advanced-subscribe-to-events-and-changes}
*/
lastUpdate: number;
Expand Down

0 comments on commit 7ea37b5

Please sign in to comment.