export default interface Deployment { targetId: string; applicationName: string; environmentName: string; gatewayVersion: string; }