Explorar el Código

update page operation type

ryoji-s hace 2 años
padre
commit
fdb607d1ca
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 };