import type { GatewayId } from './GatewayId'; export type CheckPortParams = { port: number; gateway: GatewayId; };