(modelName: string)
| 6 | import { GenerateContext } from './TSClient/GenerateContext' |
| 7 | |
| 8 | export function getSelectName(modelName: string): string { |
| 9 | return `${modelName}Select` |
| 10 | } |
| 11 | |
| 12 | export function getSelectCreateManyAndReturnName(modelName: string): string { |
| 13 | return `${modelName}SelectCreateManyAndReturn` |
no outgoing calls
no test coverage detected