Skip to content

Commit ec655ad

Browse files
committed
fix(types): correct response type for sideconversations.list (#435)
1 parent 841e3d5 commit ec655ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clients/core/sideconversations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class SideConversations extends Client {
125125
/**
126126
* List all the Side Conversations tickets.
127127
* @param {number} ticketID - the Id of the ticket.
128-
* @returns {Promise<{result: Array<{ side_conversations: SideConversation[] }>}>} An array of tickets.
128+
* @returns {Promise<SideConversation[]>} An array of side conversation objects.
129129
* @see https://developer.zendesk.com/api-reference/ticketing/side_conversation/side_conversation/#list-side-conversations
130130
* @example
131131
* const tickets = await client.sideconversations.list(123);

0 commit comments

Comments
 (0)