mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add readAt to page type
This commit is contained in:
parent
5d08384db3
commit
577c6e84fb
1 changed files with 1 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ export interface Page {
|
|||
state: ArticleSavingRequestStatus
|
||||
taskName?: string
|
||||
language?: string
|
||||
readAt?: Date
|
||||
}
|
||||
|
||||
export interface SearchItem {
|
||||
|
|
|
|||
Loading…
Reference in a new issue