Spaces:
Sleeping
Sleeping
import { IsNumber, IsOptional, IsString, IsUrl } from 'class-validator'; | |
export class UpdateMenuItemDto { | |
() | |
() | |
item_name: string; | |
() | |
() | |
image_url: string; | |
() | |
() | |
item_type?: number; | |
() | |
() | |
description?: string; | |
() | |
() | |
price: number; | |
} | |