type alias DestinationKindimport { type DestinationKind } from "https://deno.land/x/fresh@1.4.0/src/server/router.ts"; definition: | "internal" | "static" | "route" | "notFound"