export type CachePolicy = { by?: (ctx: Ctx) => unknown; version?: string; };