import type { GatewayId } from './GatewayId'; export type RenameGatewayParams = { id: GatewayId; name: string; };