import type { GatewayId } from './GatewayId'; export type RemoveTunnelParams = { id: GatewayId; };