Type Alias JsonObject

JsonObject: {
    [key in string]?: JsonValue
}