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

Extends

createZodDto( PresentationConfigUpdateSchema, )

Relationships

Used by

No results matching.

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

export class PresentationConfigUpdateDto extends createZodDto(
    PresentationConfigUpdateSchema,
) {}

results matching ""

    No results matching ""