Skip to content

[T] JsonType

type JsonType:
| "array"
| "boolean"
| "integer"
| "number"
| "object"
| "string";