Type Alias: AnyObject
AnyObject =
Record
<string
,any
>
Defined in: types/index.ts:9
A generic object type that can hold any key-value pairs. Used for component props and other dynamic data structures.
AnyObject =
Record
<string
,any
>
Defined in: types/index.ts:9
A generic object type that can hold any key-value pairs. Used for component props and other dynamic data structures.