src/crypto/key/dto/key-chain-id-response.dto.ts

Index

Properties

Properties

id
Type : string
Decorators :
@ApiProperty({description: 'The created or imported key chain ID'})
import { ApiProperty } from "@nestjs/swagger";

export class KeyChainIdResponseDto {
    @ApiProperty({ description: "The created or imported key chain ID" })
    id!: string;
}

results matching ""

    No results matching ""