Type Alias WithTransactionCallback<T>

WithTransactionCallback<T>: ((session: ClientSession) => Promise<T>)

Type Parameters

  • T = any