Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias SerializedCache
import { type SerializedCache } from "https://deno.land/x/frugal@0.2.1/packages/core/Cache.ts";
definition: { hash: string; data: CacheData; }