• Finds session form the database with matching id

    Author

    aayushchugh

    Parameters

    • sessionId: string

      id of the session

    Returns QueryWithHelpers<null | Document<any, BeAnObject, Session> & Session & IObjectWithTypegooseFunction & {
        _id: ObjectId;
    }, Document<any, BeAnObject, Session> & Session & IObjectWithTypegooseFunction & {
        _id: ObjectId;
    }, BeAnObject, DocumentType<Session, BeAnObject>>

Generated using TypeDoc