import type { GatewayId } from './GatewayId'; export type SetDefaultOutboundParams = { gateway: GatewayId | null; };