Explorar o código

update page operation type

ryoji-s %!s(int64=2) %!d(string=hai) anos
pai
achega
fdb607d1ca
Modificáronse 1 ficheiros con 1 adicións e 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;
 };