@ -6,9 +6,9 @@ import { FieldMetadata } from '../types/FieldMetadata';
|
||||
export type GenericFieldContextType = {
|
||||
fieldDefinition: FieldDefinition<FieldMetadata>;
|
||||
// TODO: add better typing for mutation web-hook
|
||||
useUpdateEntityMutation: () => [(params: any) => void, any];
|
||||
useUpdateEntityMutation?: () => [(params: any) => void, any];
|
||||
entityId: string;
|
||||
recoilScopeId: string;
|
||||
recoilScopeId?: string;
|
||||
hotkeyScope: string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user