Procházet zdrojové kódy

update page operation type

ryoji-s před 2 roky
rodič
revize
fdb607d1ca
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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;
 };