intercom-node icon indicating copy to clipboard operation
intercom-node copied to clipboard

Add `TagObject` interface

Open rustygloves opened this issue 1 year ago • 0 comments

Why?

Replaced the loosely-typed array of JavaScript objects with a structured TagObject in the conversation model to match the documented shape of the response The typing is based on the official response documentation here

How?

Adds a new interface in tag.types called TagListObject which is used by ConversationObject

rustygloves avatar Dec 28 '23 11:12 rustygloves