Appearance
nooschain v0.1.0
nooschain / db/schema / NullableJsonb
NullableJsonb<T> = ColumnType<T | null, T | null | undefined, T | null>
T
ColumnType
null
undefined
Defined in: db/schema.ts:29
Nullable jsonb column helper.
T extends JsonValue = JsonObject
JsonValue
JsonObject