src/auth/client/dto/update-client.dto.ts

Extends

createZodDto(UpdateClientSchema)

Relationships

Used by

No results matching.

import { createZodDto } from "nestjs-zod";
import { UpdateClientSchema } from "../schemas/client.schema";

export class UpdateClientDto extends createZodDto(UpdateClientSchema) {}

results matching ""

    No results matching ""