File

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

Extends

OmitType(WebhookEndpointEntity, [ "tenantId", "tenant", ])

import { OmitType } from "@nestjs/swagger";
import { WebhookEndpointEntity } from "../entities/webhook-endpoint.entity";

export class CreateWebhookEndpointDto extends OmitType(WebhookEndpointEntity, [
    "tenantId",
    "tenant",
]) {}

results matching ""

    No results matching ""