瀏覽代碼

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;
 };