CommitmentAssociationsMoveResponse type
Содержит данные ответа для операции перемещения.
type CommitmentAssociationsMoveResponse = CommitmentAssociation & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentAssociation
}
}