#7403·refine

[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

  1. define some crud api outside refine with ts response types that use UUID
  2. those UUID if openapi generated may be number[]
  3. Have to force cast the type in TS

Expected behavior

That the BaseKey would work without issues.

Packages

n/a

Additional Context

No response