src/issuer/configuration/webhook-endpoint/dto/create-webhook-endpoint.dto.ts

Extends

createZodDto( CreateWebhookEndpointSchema, )

Relationships

Used by

No results matching.

import { createZodDto } from "nestjs-zod";
import { CreateWebhookEndpointSchema } from "../schemas/webhook-endpoint.schema";

export class CreateWebhookEndpointDto extends createZodDto(
    CreateWebhookEndpointSchema,
) {}

results matching ""

    No results matching ""