import { Feature } from "@turf/helpers"; export type IFilterForEnterprise = { date: string; plate: string; areaCode: string; areaName: string; enterpriseName: string; segmentUids: string[]; };