import { BranchDto } from '../branch/index.js'; export interface GetApplicationBranchesResponseBody { repositoryId: string | undefined; branches: BranchDto[]; } //# sourceMappingURL=GetApplicationBranchesResponseBody.d.ts.map