Type alias HttpApiResponseMapperInput<Context, StateShape, Output>
HttpApiResponseMapperInput<Context, StateShape, Output>: {
context: Context;
result: Output;
state: StateShape;
}
Type Parameters
-
Context = object
-
-
Output = unknown
Type declaration
-
context: Context
-
result: Output
-
state: StateShape