const A = type("Record<number, string>");
Argument of type '"Record<number, string>"' is not assignable to parameter of type '"K must be assignable to string | symbol (was number) "'
type A = Record<number, string>;
© 2026 Hedgehog Software, LLC