File

src/user-lists/dtos/update-user-list.dto.ts

Extends

CreateUserListDto

Index

Properties

Properties

contributors
Type : literal type[]
Decorators :
@ApiProperty({description: 'An array of contributor objects', isArray: true, example: undefined})
@IsArray()
@Type(undefined)
Inherited from CreateUserListDto
Optional is_public
Type : boolean
Default value : true
Decorators :
@ApiPropertyOptional({description: 'List Visibility', type: Boolean, example: true})
@IsBoolean()
@IsOptional()
Inherited from CreateUserListDto
name
Type : string
Decorators :
@ApiProperty({description: 'List Name', type: String, example: 'My List'})
@IsString()
Inherited from CreateUserListDto
import { CreateUserListDto } from "./create-user-list.dto";

export class UpdateUserListDto extends CreateUserListDto {}

results matching ""

    No results matching ""