(modelName: string)
| 54 | } |
| 55 | |
| 56 | export function getSumAggregateName(modelName: string): string { |
| 57 | return `${capitalize(modelName)}SumAggregateOutputType` |
| 58 | } |
| 59 | |
| 60 | export function getMinAggregateName(modelName: string): string { |
| 61 | return `${capitalize(modelName)}MinAggregateOutputType` |
no test coverage detected