export interface BranchDto { id: string; name: string; location: string; phone_number: string; owner_id: string; }