(modelName: string)
| 86 | } |
| 87 | |
| 88 | export function getGroupByPayloadName(modelName: string): string { |
| 89 | return `Get${capitalize(modelName)}GroupByPayload` |
| 90 | } |
| 91 | |
| 92 | export function getAggregateArgsName(modelName: string): string { |
| 93 | return `${capitalize(modelName)}AggregateArgs` |
no test coverage detected