소스 검색

apply type

kaori 4 년 전
부모
커밋
c439e09a25
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 type DeleteModalStatus = {
   isOpened: boolean,
-  pages?: any,
+  pages?: IPageForPageDeleteModal[],
 }
 
 type DeleteModalStatusUtils = {