File

src/insight/dtos/update-insight.dto.ts

Extends

CreateInsightDto

Index

Properties

Properties

Optional is_public
Type : boolean
Default value : true
Decorators :
@ApiPropertyOptional({description: 'Insight Page Visibility', type: Boolean, example: true})
@IsOptional()
@IsBoolean()
Inherited from CreateInsightDto
name
Type : string
Decorators :
@ApiProperty({description: 'Insight Page Name', type: String, example: 'My Team'})
@IsString()
Inherited from CreateInsightDto
repos
Type : RepoInfo[]
Decorators :
@ApiProperty({description: 'An array of repository information objects', isArray: true, type: RepoInfo, example: undefined})
@Type(undefined)
@IsArray()
Inherited from CreateInsightDto
import { CreateInsightDto } from "./create-insight.dto";

export class UpdateInsightDto extends CreateInsightDto {}

results matching ""

    No results matching ""