ObjectDataTypesListFieldsByModuleAndTypeResponse type
包含 listFieldsByModuleAndType作的响应数据。
type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TypeFieldListResult
}
}