import { ApiProperty } from "@nestjs/swagger"; export class CreateUserDto { @ApiProperty() token: string; @ApiProperty() userid: number; }