(modelName: string)
| 82 | } |
| 83 | |
| 84 | export function getGroupByPayloadName(modelName: string): string { |
| 85 | return `Get${capitalize(modelName)}GroupByPayload` |
| 86 | } |
| 87 | |
| 88 | export function getAggregateArgsName(modelName: string): string { |
| 89 | return `${capitalize(modelName)}AggregateArgs` |
no test coverage detected