Type alias JsonObject

JsonObject: {
    [prop: string]: Json | undefined;
}

Represents a JSON-encodable object.

Type declaration

  • [prop: string]: Json | undefined

Generated using TypeDoc