Type alias JsonObject

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

Type declaration

  • [key: string]: Json

Generated using TypeDoc