Sfoglia il codice sorgente

rm code from page interface

yohei0125 3 anni fa
parent
commit
c8ec81f91c
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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 & {