JsonValue:
    | string
    | number
    | boolean
    | JsonObject
    | JsonArray
    | null

From https://github.com/sindresorhus/type-fest/ Matches any valid JSON value.