Type Alias: ReadonlyJSONValue
ReadonlyJSONValue:
null
|string
|boolean
|number
|ReadonlyArray
<ReadonlyJSONValue
> |ReadonlyJSONObject
Like JSONValue but deeply readonly
ReadonlyJSONValue:
null
|string
|boolean
|number
|ReadonlyArray
<ReadonlyJSONValue
> |ReadonlyJSONObject
Like JSONValue but deeply readonly