(modelName: string)
| 58 | } |
| 59 | |
| 60 | export function getMinAggregateName(modelName: string): string { |
| 61 | return `${capitalize(modelName)}MinAggregateOutputType` |
| 62 | } |
| 63 | |
| 64 | export function getMaxAggregateName(modelName: string): string { |
| 65 | return `${capitalize(modelName)}MaxAggregateOutputType` |
no test coverage detected