type Parts = {
    timestamp: number;
    place_id: number;
    sequence: number;
};

export type { Parts };
