Appearance
nooschain v0.1.0
nooschain / db/schema / JsonValue
JsonValue = JsonPrimitive | JsonObject | JsonValue[]
JsonPrimitive
JsonObject
JsonValue
Defined in: db/schema.ts:15
Recursive JSON value type used for jsonb table fields.