ModelAddExplicitListItemResponse type
addExplicitListItem işleminin yanıt verilerini içerir.
type ModelAddExplicitListItemResponse = {
_response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
body: number
}