import { EntityDocument } from '~core/db/baseRepository'; export interface IFdtoCouchDbReq { dbName: string; doc: T & Partial; }