API Reference / @evolu/common / Type / JsonValueInput
Type Alias: JsonValueInput
type JsonValueInput =
| string
| number
| boolean
| null
| JsonArrayInput
| JsonObjectInput;
Defined in: packages/common/src/Type.ts:3357
API Reference / @evolu/common / Type / JsonValueInput
type JsonValueInput =
| string
| number
| boolean
| null
| JsonArrayInput
| JsonObjectInput;
Defined in: packages/common/src/Type.ts:3357