Skip to content

Commit f2f0a9c

Browse files
committed
Chore: Remove any type from traverseAndAction
1 parent 286bb5a commit f2f0a9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/traverseAndAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
type ValueType = string | object | number | any[] | null;
1+
type ValueType = string | object | number | ValueType[] | null;
22
type ObjectType = Record<string, ValueType>;
33

44
const isObject = (value: unknown): boolean => {

0 commit comments

Comments
 (0)