File

src/workspace/dtos/move-workspace-insight.dto.ts

Index

Properties

Properties

id
Type : number
Decorators :
@ApiProperty({description: 'Insight Page ID', example: 237133, type: 'integer'})
@IsNumber()
import { ApiProperty } from "@nestjs/swagger";
import { IsNumber } from "class-validator";

export class MoveWorkspaceInsightDto {
  @ApiProperty({
    description: "Insight Page ID",
    example: 237133,
    type: "integer",
  })
  @IsNumber()
  id: number;
}

results matching ""

    No results matching ""