export interface DBCoreGetRequest { trans: DBCoreTransaction; key: any; }
Used as input parameter to DBCoreTable.get()