Type Alias: JsonValue
type JsonValue =
| JsonArray
| JsonObject
| JsonPrimitive;
Defined in: _internal/repository-hooks-json.ts:24
Any supported JSON value.
type JsonValue =
| JsonArray
| JsonObject
| JsonPrimitive;
Defined in: _internal/repository-hooks-json.ts:24
Any supported JSON value.