import { Database } from "jsr:@db/sqlite@0.11"; export type indexHandlerContext = { op: string; doer: string; // the formal term for this is "repo" but whatever right rev?: string; cid?: string; aturi: string; indexsrc: string; value: Record; //userdbname: string; db: Database; }