Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias ExportedHandlerScheduledHandler
import { type ExportedHandlerScheduledHandler } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Type Parameters

optional
Env = unknown
definition: (
controller: ScheduledController,
env: Env,
ctx: ExecutionContext,
) => void | Promise<void>