Interface BindQueryTransformer<Input, Output>

Type Parameters

  • Input

  • Output = void

Hierarchy

Properties

Properties

transformer?: ((input) => Output)

Type declaration

    • (input): Output
    • Parameters

      • input: Input

      Returns Output

Generated using TypeDoc