src/registrar/dto/create-registrar-config.dto.ts

Description

DTO for creating or importing a registrar configuration. Excludes the tenant field as it will be set from the request context.

Extends

createZodDto( CreateRegistrarConfigSchema, )

Relationships

Used by

No results matching.

import { createZodDto } from "nestjs-zod";
import { CreateRegistrarConfigSchema } from "../schemas/registrar.schema";

/**
 * DTO for creating or importing a registrar configuration.
 * Excludes the tenant field as it will be set from the request context.
 */
export class CreateRegistrarConfigDto extends createZodDto(
    CreateRegistrarConfigSchema,
) {}

results matching ""

    No results matching ""