AttachmentsGetAttachmentInfoResponse type
Содержит данные ответа для операции getAttachmentInfo.
type AttachmentsGetAttachmentInfoResponse = AttachmentInfo & {
_response: HttpResponse & { bodyAsText: string, parsedBody: AttachmentInfo },
}