src/registrar/dto/create-access-certificate.dto.ts

Description

DTO for requesting an access certificate for a specific key.

Extends

createZodDto( CreateAccessCertificateSchema, )

Relationships

Used by

No results matching.

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

/**
 * DTO for requesting an access certificate for a specific key.
 */
export class CreateAccessCertificateDto extends createZodDto(
    CreateAccessCertificateSchema,
) {}

results matching ""

    No results matching ""