import { TripData } from "../components/AllLoadsComponent/type"; export const sampleTripData: TripData = { id: 345676, ton: 20, materialName: 'Bags', truckTypeName: '32 feet SXL', sourceName: 'Chennai', destinationName: 'Delhi', price: 1000, trafficName: 'Manjula', isTopay: true, podType: "SOFT POD", loadingUnloadingPoint: [{ cityName: 'Chennai', }, { cityName: "Bangalore" }], tagNames: ["To-pay", "Soft pod Trip", "Express"], isCreatedAtLessThan30Mins: false, humanReadableCreatedAt: "", isInterested: true, isInterestLoading: false, trafficMobile: "", manipulatedMobile: "", truck_type_group_id: null }