import { DeploymentDto } from '../deployment/index.js'; export type GetApplicationDeploymentsResponseBody = DeploymentDto[];