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