import type { CallbackId } from './CallbackId'; export type GetOutboundGatewayParams = { callback?: CallbackId; };