You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update type definitions
`array` is not a valid Typescript type. Moved to using `Array<T>` instead and updated `object` to `Record<string, any>`
* fix: use `any` instead of `T` type
Co-authored-by: Luke Edwards <luke.edwards05@gmail.com>
0 commit comments