Skip to content
TypeAliasTypes & Utilities@public

JsonValue

ts
export type JsonValue = JsonPrimitive | JsonValue[] | JsonObject

Released under the MIT License.