Type Alias DashboardListTrackedLocationsQueryParams

DashboardListTrackedLocationsQueryParams: {
    keyword?: string;
    location_type?: string;
    site_id?: string;
    type?: number;
}