mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
refactor(core): remove unused trash relate data (#7142)
This parameter seemed to always be undefined, I decided to remove it.
This commit is contained in:
Vendored
-2
@@ -24,8 +24,6 @@ declare module '@blocksuite/store' {
|
||||
* @deprecated
|
||||
*/
|
||||
favorite?: boolean;
|
||||
// If a page remove to trash, and it is a subpage, it will remove from its parent `subpageIds`, 'trashRelate' is use for save it parent
|
||||
trashRelate?: string;
|
||||
trash?: boolean;
|
||||
trashDate?: number;
|
||||
updatedDate?: number;
|
||||
|
||||
Reference in New Issue
Block a user