Function findTicketsByIdService
- findTicketsByIdService(id: string): QueryWithHelpers<null | Document<any, BeAnObject, Ticket> & Ticket & IObjectWithTypegooseFunction & {
_id: ObjectId;
}, Document<any, BeAnObject, Ticket> & Ticket & IObjectWithTypegooseFunction & {
_id: ObjectId;
}, BeAnObject, DocumentType<Ticket, BeAnObject>>
-
Returns QueryWithHelpers<null | Document<any, BeAnObject, Ticket> & Ticket & IObjectWithTypegooseFunction & {
_id: ObjectId;
}, Document<any, BeAnObject, Ticket> & Ticket & IObjectWithTypegooseFunction & {
_id: ObjectId;
}, BeAnObject, DocumentType<Ticket, BeAnObject>>
Find ticket from database with given id
Author
aayushchugh