soon530 / nestjs-study

來學一下nestjs吧!
0 stars 0 forks source link

解析dto陣列 #18

Open soon530 opened 2 years ago

soon530 commented 2 years ago

type: [String],沒有加,好像也沒差,不知道有麼做用@@?

    @ApiProperty({
        type: [String], 
        description: '賦予該 Todo 標籤',
    })
    tags: string[];
image