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