(modelName: string)
| 46 | } |
| 47 | |
| 48 | export function getGroupByName(modelName: string): string { |
| 49 | return `${capitalize(modelName)}GroupByOutputType` |
| 50 | } |
| 51 | |
| 52 | export function getAvgAggregateName(modelName: string): string { |
| 53 | return `${capitalize(modelName)}AvgAggregateOutputType` |
no test coverage detected