File

src/issuer/configuration/attribute-provider/dto/create-attribute-provider.dto.ts

Extends

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

import { OmitType } from "@nestjs/swagger";
import { AttributeProviderEntity } from "../entities/attribute-provider.entity";

export class CreateAttributeProviderDto extends OmitType(
    AttributeProviderEntity,
    ["tenantId", "tenant"],
) {}

results matching ""

    No results matching ""