ObjectDataTypesListFieldsByModuleAndTypeResponse type

Contains response data for the listFieldsByModuleAndType operation.

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