@ -0,0 +1,14 @@
/// <reference types="@cloudflare/workers-types/2023-07-01" />
declare module "h3" {
interface H3EventContext {
cf: CfProperties;
cloudflare: {
request: Request;
env: Env;
context: ExecutionContext;
};
}
export {};
The note is not visible to the blocked user.