[BUG] BaseKey needs to support UUID
Author: pcfreak30Created Apr 23, 2026Updated Sep 10, 2026
Labelsbug
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
Source: refinedev/refine