|
@@ -35,4 +35,5 @@ export type OptionsToSave = {
|
|
|
grantUserGroupId?: string | null;
|
|
grantUserGroupId?: string | null;
|
|
|
grantUserGroupName?: string | null;
|
|
grantUserGroupName?: string | null;
|
|
|
shouldGeneratePath?: boolean | null;
|
|
shouldGeneratePath?: boolean | null;
|
|
|
|
|
+ shouldReturnIfPathExists?: boolean | null;
|
|
|
};
|
|
};
|