You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The return type of client.ticketTypes.list() is the interface TicketTypeList:
exportinterfaceTicketTypeList{/** String representing the object's type. Always has the value `ticket_type.list`. */type: "ticket_type_attributes.list";/** A list of ticket_types associated with a given workspace. */ticket_types: Intercom.TicketType[];}
but the actual response from the /ticket_types endpoint looks like the following:
The return type of
client.ticketTypes.list()
is the interfaceTicketTypeList
:but the actual response from the
/ticket_types
endpoint looks like the following:This seams to be an inaccuracy of the type definitions provided in this package.
The text was updated successfully, but these errors were encountered: