Share via


FeaturesListResponse type

リスト操作の応答データが含まれます。

type FeaturesListResponse = FeaturesResponseObject & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FeaturesResponseObject
  }
}