Przeglądaj źródła

add new variables IPageForPageDeleteModal

kaori 4 lat temu
rodzic
commit
190eae6320
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      packages/app/src/stores/modal.tsx

+ 2 - 0
packages/app/src/stores/modal.tsx

@@ -34,6 +34,8 @@ export type IPageForPageDeleteModal = {
   pageId: string,
   revisionId?: string,
   path: string
+  isAbleToDeleteCompletely?: boolean,
+  isDeleteCompletelyModal?: boolean,
 }
 
 export type OnDeletedFunction = (pathOrPaths: string | string[], isRecursively: Nullable<true>, isCompletely: Nullable<true>) => void;