type alias FromManifestConfigimport { type FromManifestConfig } from "https://deno.land/x/fresh@1.5.1/server.ts"; definition: FreshConfig & { skipSnapshot?: boolean; dev?: boolean; }