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