Type alias JsonObject

JsonObject: {
    [name: string]: JsonAny | undefined;
}

Type declaration

  • [name: string]: JsonAny | undefined

Generated using TypeDoc