• Create ticket in database

    Author

    aayushchugh

    Parameters

    • payload: DocumentDefinition<Ticket>

      payload which will be used to create ticket in database

    Returns Promise<Document<any, BeAnObject, Ticket> & Ticket & IObjectWithTypegooseFunction & {
        _id: ObjectId;
    }>

Generated using TypeDoc