Interface SessionStarter

interface SessionStarter {
    startSession(options?): Promise<mongoose.mongo.ClientSession>;
}

Hierarchy (view full)

Implemented by

Methods

Methods