ModelAddExplicitListItemResponse type

يحتوي على بيانات الاستجابة لعملية addExplicitListItem.

type ModelAddExplicitListItemResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: number }
  body: number
}