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