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