File

src/crypto/key/dto/key-update.dto.ts

Extends

OmitType(KeyImportDto, [ "privateKey", ] as const)

import { OmitType } from "@nestjs/swagger";
import { KeyImportDto } from "./key-import.dto";

export class UpdateKeyDto extends OmitType(KeyImportDto, [
    "privateKey",
] as const) {}

results matching ""

    No results matching ""