ObjectDataTypesListFieldsByModuleAndTypeResponse type
包含 listFieldsByModuleAndType 作業的回應資料。
type ObjectDataTypesListFieldsByModuleAndTypeResponse = TypeFieldListResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: TypeFieldListResult
}
}