AttachmentsGetAttachmentInfoResponse type
Contient des données de réponse pour l’opération getAttachmentInfo.
type AttachmentsGetAttachmentInfoResponse = AttachmentInfo & {
_response: HttpResponse & { bodyAsText: string, parsedBody: AttachmentInfo },
}