src/core/app/dto/version-response.dto.ts

Index

Properties

Properties

version
Type : string
Decorators :
@ApiProperty({description: 'Running service version'})
import { ApiProperty } from "@nestjs/swagger";

export class VersionResponseDto {
    @ApiProperty({ description: "Running service version" })
    version!: string;
}

results matching ""

    No results matching ""