Appearance
nooschain v0.1.0
nooschain / db/schema / JsonPrimitive
JsonPrimitive = string | number | boolean | null
string
number
boolean
null
Defined in: db/schema.ts:12
JSON scalar values accepted by PostgreSQL jsonb columns.