import { BranchDto } from '../branch/index.js'; export interface GetApplicationBranchesResponseBody { repositoryId: string | undefined; branches: BranchDto[]; }