소스 검색

update page operation type

ryoji-s 2 년 전
부모
커밋
fdb607d1ca
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      apps/app/src/interfaces/page-operation.ts

+ 1 - 0
apps/app/src/interfaces/page-operation.ts

@@ -35,4 +35,5 @@ export type OptionsToSave = {
   grantUserGroupId?: string | null;
   grantUserGroupName?: string | null;
   shouldGeneratePath?: boolean | null;
+  shouldReturnIfPathExists?: boolean | null;
 };