export interface LabRouteDeleteParams {
    primaryId?: string;
    routeGuid: string;
}
