Browse Source

rm code from page interface

yohei0125 3 năm trước cách đây
mục cha
commit
c8ec81f91c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/app/src/interfaces/page.ts

+ 0 - 1
packages/app/src/interfaces/page.ts

@@ -54,7 +54,6 @@ export type IPageInfo = {
   isAbleToDeleteCompletely: boolean,
   isRevertible: boolean,
   contentAge?: number,
-  isLatestRevision?: boolean,
 }
 
 export type IPageInfoForEntity = IPageInfo & {