Type alias AsyncHandlerOutput<T>

AsyncHandlerOutput<T>: Awaited<ReturnType<T["handle"]>>

Type Parameters