UNPKG

aran

Version:
11 lines (8 loc) 163 B
import type { Cache } from "../../../cache.d.ts"; export type WithFrame = { type: "with"; record: Cache; }; export type RawWithFrame = { record: Cache; };