mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add language in searchitem
This commit is contained in:
parent
be91562ca1
commit
3e0e8b486f
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ export interface Page {
|
|||
unsubHttpUrl?: string
|
||||
state: ArticleSavingRequestStatus
|
||||
taskName?: string
|
||||
language?: string
|
||||
}
|
||||
|
||||
export interface SearchItem {
|
||||
|
|
|
|||
Loading…
Reference in a new issue