Переглянути джерело

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