Describe the bug
The BaseKey key type needs to be extended to include number[] so that UUID types can be supported.
Steps To Reproduce
- define some crud api outside refine with ts response types that use UUID
- those UUID if openapi generated may be
number[]
- Have to force cast the type in TS
Expected behavior
That the BaseKey would work without issues.
Packages
n/a
Additional Context
No response
Describe the bug
The
BaseKeykey type needs to be extended to includenumber[]so that UUID types can be supported.Steps To Reproduce
number[]Expected behavior
That the
BaseKeywould work without issues.Packages
n/a
Additional Context
No response