boundfetch
    Preparing search index...

    Type Alias BeforeRequestMiddleware

    BeforeRequestMiddleware: (
        context: MiddlewareRequestContext,
    ) =>
        | Promise<MiddlewareRequestContext | void>
        | MiddlewareRequestContext
        | void

    Type Declaration