Skip to content

Commit ccd89b3

Browse files
committed
update type import
1 parent b879864 commit ccd89b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/clients/core/sideconversations.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ class SideConversations extends Client {
128128

129129
/**
130130
* List all the Side Conversations tickets.
131-
* @param ticketID
132-
* @returns {Promise<{result: Array<Ticket>}>} An array of tickets.
131+
* @param {number} ticketID - the Id of the ticket.
132+
* @returns {Promise<{result: Array<import('./tickets.js').Ticket>}>} An array of tickets.
133133
* @async
134134
* @see https://developer.zendesk.com/api-reference/ticketing/side_conversation/side_conversation/#list-side-conversations
135135
* @example

0 commit comments

Comments
 (0)