Spaces:
Sleeping
Sleeping
import { IsOptional, IsString } from 'class-validator'; | |
export class UpdateBranchDto { | |
() | |
() | |
name?: string; | |
() | |
() | |
image_url?: string; | |
() | |
() | |
location?: string; | |
() | |
() | |
phone_number?: string; | |
() | |
() | |
owner_id?: string; | |
} | |