chore: fix circular dependency (#8452)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import { isDef, isObject } from '.';
|
import { isDef, isObject } from './base';
|
||||||
|
|
||||||
type ObjectIndex = Record<string, any>;
|
type ObjectIndex = Record<string, any>;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user