mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add readAt to searchItem
This commit is contained in:
parent
6189e85b2c
commit
c5c8763767
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ export interface SearchItem {
|
|||
userId: string
|
||||
state?: ArticleSavingRequestStatus
|
||||
language?: string
|
||||
readAt?: Date
|
||||
}
|
||||
|
||||
const keys = ['_id', 'url', 'slug', 'userId', 'uploadFileId', 'state'] as const
|
||||
|
|
|
|||
Loading…
Reference in a new issue