Skip to content

Commit

Permalink
docs: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Feb 5, 2025
1 parent f3bfd01 commit 0b133f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/query-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export interface UseQueryEntry<
asyncStatus: ShallowRef<AsyncStatus>

/**
* When was this data fetched the last time in ms
* When was this data set in the entry for the last time in ms. It can also
* be 0 if the entry has been invalidated.
*/
when: number

Expand Down

0 comments on commit 0b133f8

Please sign in to comment.