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