File size: 125 Bytes
8b7e5fc
 
 
 
 
 
 
1
2
3
4
5
6
7
8
export interface BranchDto {
  id: string;
  name: string;
  location: string;
  phone_number: string;
  owner_id: string;
}