src/auth/client/dto/update-client.dto.ts
createZodDto(UpdateClientSchema)
No results matching.
import { createZodDto } from "nestjs-zod"; import { UpdateClientSchema } from "../schemas/client.schema"; export class UpdateClientDto extends createZodDto(UpdateClientSchema) {}