MCPcopy Index your code
hub / github.com/RemoteState/nodejs-ecs / SampleArrayRequestBody

Interface SampleArrayRequestBody

src/types/user.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Gender } from '../database/entity/users';
3
4export interface SampleArrayRequestBody {
5 name: string;
6}
7
8export const SampleArrayRequestValidator = {
9 body: Joi.array()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected