Type alias JsonObject

JsonObject: {
    [key: string]: JsonValue;
}

Type declaration

Generated using TypeDoc