/** A structure given service and its nexthops as a destination for failover ips */
export interfaceDestination {
/** Nexthops available on this service */
nexthop?: string[];
/** Service destination */
service: string;
}
//# sourceMappingURL=Destination.d.ts.map