2
0
kaori 4 жил өмнө
parent
commit
c439e09a25

+ 1 - 1
packages/app/src/stores/ui.tsx

@@ -301,7 +301,7 @@ export const useCreateModalPath = (): SWRResponse<any | null | undefined, Error>
 // PageDeleteModal
 type DeleteModalStatus = {
   isOpened: boolean,
-  pages?: any,
+  pages?: IPageForPageDeleteModal[],
 }
 
 type DeleteModalStatusUtils = {