Leave recommendations attribute as it still could be used in iOS

This commit is contained in:
Jackson Harper
2024-08-13 17:12:26 +08:00
parent a0c3d1d18e
commit 602acbbe31

View File

@ -890,6 +890,7 @@ export type ArticleAttributes = {
labels?: Label[]
state?: State
directionality?: TextDirection
recommendations?: Recommendation[]
}
type MoveToFolderData = {