Maps schema type strings to their corresponding TypeScript types.
Used by InferFieldDef to resolve primitive field types at the type level.
"string"
string
"number"
number
"boolean"
boolean
Maps schema type strings to their corresponding TypeScript types.
Used by InferFieldDef to resolve primitive field types at the type level.
"string"string"number"number"boolean"boolean