import { OverrideProperties } from 'type-fest'; import { RoutingTreeRoute } from '@grafana/api-clients/rtkq/notifications.alerting/v0alpha1'; import { LabelMatcher } from '../matchers/types'; export type Route = OverrideProperties; export interface RouteWithID extends Route { id: string; routes: RouteWithID[]; }