JSONValue type
Home > @cbnsndwch/zero-nest-mongoose > JSONValue
JSONValue type
The values that can be represented in JSON
Signature:
type JSONValue =
| null
| string
| boolean
| number
| Array<JSONValue>
| JSONObject;References: JSONValue, JSONObject
How was this page?