import { type JobsSchema } from "https://deno.land/x/kv_cron@0.0.2/mod.ts";
JobsSchema defines a map of possible cron job names to cron job handlers.
Index Signatures
name: string | number | symbol]: () => void
[import { type JobsSchema } from "https://deno.land/x/kv_cron@0.0.2/mod.ts";
JobsSchema defines a map of possible cron job names to cron job handlers.