Type Alias WithSessionCallback<T>

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

Type Parameters

  • T = unknown