Interface BindQueryAsyncHandler<Input, Output>

Type Parameters

  • Input

  • Output = void

Hierarchy

Properties

asyncIterator: (() => AsyncIterableIterator<Input> | Promise<AsyncIterableIterator<Input>>)

Type declaration

    • (): AsyncIterableIterator<Input> | Promise<AsyncIterableIterator<Input>>
    • Returns AsyncIterableIterator<Input> | Promise<AsyncIterableIterator<Input>>

transformer?: ((input) => Output)

Type declaration

    • (input): Output
    • Parameters

      • input: Input

      Returns Output

Generated using TypeDoc