File

src/issuer/display/dto/display-create.dto.ts

Extends

OmitType(DisplayEntity, [ "tenant", ] as const)

import { OmitType } from "@nestjs/swagger";
import { DisplayEntity } from "../entities/display.entity";

export class DisplayCreateDto extends OmitType(DisplayEntity, [
    "tenant",
] as const) {}

results matching ""

    No results matching ""