mirror of
https://github.com/directus/directus.git
synced 2026-01-10 12:58:10 -05:00
missed type
This commit is contained in:
@@ -107,3 +107,7 @@ export type MutationOptions = {
|
||||
*/
|
||||
onRequireUserIntegrityCheck?: ((flags: UserIntegrityCheckFlag) => void) | undefined;
|
||||
};
|
||||
|
||||
export type FieldMutationOptions = MutationOptions & {
|
||||
attemptConcurrentIndex?: boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user