mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Leave recommendations attribute as it still could be used in iOS
This commit is contained in:
parent
a0c3d1d18e
commit
602acbbe31
1 changed files with 1 additions and 0 deletions
|
|
@ -890,6 +890,7 @@ export type ArticleAttributes = {
|
|||
labels?: Label[]
|
||||
state?: State
|
||||
directionality?: TextDirection
|
||||
recommendations?: Recommendation[]
|
||||
}
|
||||
|
||||
type MoveToFolderData = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue