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
"date"
Date
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"date"Date