Skip to content

Commit

Permalink
FIX: types for lastSynced (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth authored Mar 11, 2024
1 parent ea3114b commit fe67ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export abstract class LogStore {
* @param values Object with latest sent or received values.
* @returns Promise when values will be saved to store.
*/
setLastSynced(values: LastSynced): Promise<void>
setLastSynced(values: Partial<LastSynced>): Promise<void>
}

interface LogOptions<Store extends LogStore = LogStore> {
Expand Down

0 comments on commit fe67ec4

Please sign in to comment.