跳到主要内容

TransactionFun()

type TransactionFun = () => Promise<any>;

Defined in: packages/rxdb/src/rxdb-adapter.ts:28

事务回调函数

Returns

Promise<any>