Dela via


ModelAddExplicitListItemResponse type

Innehåller svarsdata för åtgärden addExplicitListItem.

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