import type { GatewayId } from './GatewayId'; export type ForgetGatewayParams = { gateway: GatewayId; };