import { PouchDbRef } from "../../models"; export interface WithPouchDbRef { readonly dbRef: PouchDbRef; }