type alias BuildCacheEntryimport { type BuildCacheEntry } from "https://deno.land/x/frugal@0.9.2/src/cache/BuildCache.ts"; definition: { path: string; hash: string; documentPath?: string; headers: [string, string][]; status?: http.Status; age: "new" | "old"; }