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