Spaces:
Sleeping
Sleeping
import { IsString } from 'class-validator'; | |
export class CreateBranchDto { | |
() | |
id: string; | |
() | |
name: string; | |
() | |
location: string; | |
() | |
phone_number: string; | |
} | |