src/verifier/presentations/dto/presentation-config-create.dto.ts

Extends

createZodDto( PresentationConfigCreateSchema, )

Relationships

Used by

No results matching.

import { createZodDto } from "nestjs-zod";
import { PresentationConfigCreateSchema } from "../schemas/presentation-config.schema";

export class PresentationConfigCreateDto extends createZodDto(
    PresentationConfigCreateSchema,
) {}

results matching ""

    No results matching ""