ConversationsUploadAttachmentResponse type

Contiene i dati di risposta per l'operazione uploadAttachment.

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