| 2 | import { Gender } from '../database/entity/users'; |
| 3 | |
| 4 | export interface SampleArrayRequestBody { |
| 5 | name: string; |
| 6 | } |
| 7 | |
| 8 | export const SampleArrayRequestValidator = { |
| 9 | body: Joi.array() |
nothing calls this directly
no outgoing calls
no test coverage detected