@@ -16,6 +16,7 @@ export type Handler = (
ctx: RouterContext,
) => Promise<Response> | Response;
export type Middleware = (
req: Request,
next: () => Promise<Response>,
) => Promise<Response>;
The note is not visible to the blocked user.