src/issuer/configuration/webhook-endpoint/dto/update-webhook-endpoint.dto.ts
createZodDto(
UpdateWebhookEndpointSchema,
)
No results matching.
import { createZodDto } from "nestjs-zod";
import { UpdateWebhookEndpointSchema } from "../schemas/webhook-endpoint.schema";
export class UpdateWebhookEndpointDto extends createZodDto(
UpdateWebhookEndpointSchema,
) {}