import type { BranchConfiguration } from './branch-configuration'; export interface BranchesConfiguration { branches: Array; }