ObjectDataTypesListFieldsByTypeResponse type

Contains response data for the listFieldsByType operation.

type ObjectDataTypesListFieldsByTypeResponse = TypeFieldListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: TypeFieldListResult
  }
}