import { TripDetails } from "./tripDetails" export interface TrackingUiType{ tripDetails : TripDetails handleTrackButton? : (value:boolean) => void }