(modelName: string)
| 50 | } |
| 51 | |
| 52 | export function getAvgAggregateName(modelName: string): string { |
| 53 | return `${capitalize(modelName)}AvgAggregateOutputType` |
| 54 | } |
| 55 | |
| 56 | export function getSumAggregateName(modelName: string): string { |
| 57 | return `${capitalize(modelName)}SumAggregateOutputType` |
no test coverage detected