Fake Mirrors
    Preparing search index...

    Type Alias HttpServerMiddleware

    HttpServerMiddleware: (
        ctx: HttpServerContext,
        next: HttpServerNextFunction,
    ) => Promise<void>

    Type Declaration