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