import type { KVNamespace } from '@cloudflare/workers-types';

export type CacheNs = KVNamespace;
