• Find ticket from database with given id

    Author

    aayushchugh

    Parameters

    • id: string

      id of the ticket which will be used to find ticket from database

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

Generated using TypeDoc