boundfetch
    Preparing search index...

    Type Alias AfterResponseMiddleware

    AfterResponseMiddleware: (
        context: MiddlewareResponseContext,
    ) =>
        | Promise<MiddlewareResponseContext | void>
        | MiddlewareResponseContext
        | void

    Type Declaration