(modelName: string)
| 62 | } |
| 63 | |
| 64 | export function getMaxAggregateName(modelName: string): string { |
| 65 | return `${capitalize(modelName)}MaxAggregateOutputType` |
| 66 | } |
| 67 | |
| 68 | export function getCountAggregateInputName(modelName: string): string { |
| 69 | return `${capitalize(modelName)}CountAggregateInputType` |
no test coverage detected