Interface ReceiveJsonOptions

Hierarchy

  • ReceiveJsonOptions

Properties

Properties

errors?: {
    [schema: string]: ObnizErrorStatic;
}

Type declaration

queue?: boolean

Indicate sequencial operation or not

timeout?: number

Indicate timeout in milliseconds. If not appliced, default timeout will be applied.

Generated using TypeDoc