ConversationsUploadAttachmentResponse type

Contains response data for the uploadAttachment operation.

type ConversationsUploadAttachmentResponse = ResourceResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: ResourceResponse,
  },
}