import type { GatewayId } from './GatewayId'; export type AddPrivateDomainParams = { fqdn: string; gateway: GatewayId; };