Type alias HttpApiResponseMapperInput<Context, StateShape, Output>

HttpApiResponseMapperInput<Context, StateShape, Output>: {
    context: Context;
    result: Output;
    state: StateShape;
}

Type Parameters

Type declaration

  • context: Context
  • result: Output
  • state: StateShape

Generated using TypeDoc