kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
c439e09a25
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/app/src/stores/ui.tsx

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

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