Skip to content

Commit

Permalink
adding previousUpdateID
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldoglas committed Sep 10, 2023
1 parent 9b70014 commit d012c54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/onyx/OnyxUpdatesFromServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import Response from './Response';
type OnyxUpdatesFromServer = {
type: 'https' | 'pusher';
lastUpdateID: number | string;
previousUpdateID: number | string;
request?: Request;
response?: Response;
updates?: OnyxUpdate[];
Expand Down

0 comments on commit d012c54

Please sign in to comment.