EggsDee
EggsDee
CCConvex Community
Created by EggsDee on 4/2/2025 in #support-community
Validator record types with literals as keys.
Is it possible to create convex validator types such as
type player = Record<"str" | "dex" | "int", number>
type player = Record<"str" | "dex" | "int", number>
There is a record type in convex but I'm running into schema validation issues when using literals as keys instead of strings.
2 replies