Trần Viết Sơn
feat: save temper
8b7e5fc
raw
history blame
125 Bytes
export interface BranchDto {
id: string;
name: string;
location: string;
phone_number: string;
owner_id: string;
}