missed type

This commit is contained in:
Brainslug
2025-09-18 18:56:17 +02:00
parent c266aa8905
commit 591f4df333

View File

@@ -107,3 +107,7 @@ export type MutationOptions = {
*/
onRequireUserIntegrityCheck?: ((flags: UserIntegrityCheckFlag) => void) | undefined;
};
export type FieldMutationOptions = MutationOptions & {
attemptConcurrentIndex?: boolean;
};