Ver código fonte

Modified interface

Taichi Masuyama 4 anos atrás
pai
commit
d8f295d80b

+ 1 - 1
packages/app/src/components/Sidebar/PageTree/ItemNode.ts

@@ -1,6 +1,6 @@
 import { IPage } from '~/interfaces/page';
 import { IPage } from '~/interfaces/page';
 
 
-type IPageForItem = Partial<IPage> & { _id?: string, isTarget?: boolean };
+type IPageForItem = Partial<IPage> & { isTarget?: boolean };
 
 
 export class ItemNode {
 export class ItemNode {