import { TrajectoryIngestion } from "./trajectoryIngestion"; export interface TrajectoryIngestionItems { items: Array; }