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