Spaces:
Sleeping
Sleeping
| import { IsString, IsNotEmpty, IsNumber, IsOptional } from 'class-validator'; | |
| export class CreateCourseDto { | |
| () | |
| () | |
| title: string; | |
| () | |
| () | |
| description?: string; | |
| () | |
| () | |
| coverImage: string; | |
| () | |
| () | |
| driveLink: string; | |
| () | |
| () | |
| price: number; | |
| () | |
| () | |
| category?: string; | |
| () | |
| () | |
| viewCount?: number; | |
| () | |
| () | |
| likeCount?: number; | |
| () | |
| () | |
| starCount?: number; | |
| } | |