export interface Branch { branch_id: number; name: string; created_at: string; created_at_timestamp: number; created_by: number; created_by_email: string; }