Type alias MiddlewareHookCallbackWithError<Context>

MiddlewareHookCallbackWithError<Context>: ((error, context) => Promise<unknown> | unknown)

Type Parameters

Type declaration

    • (error, context): Promise<unknown> | unknown
    • Parameters

      Returns Promise<unknown> | unknown