ModelAddExplicitListItemResponse type

Contains response data for the addExplicitListItem operation.

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