Type Alias TrajectoryContentData

TrajectoryContentData: {
    byteLength: number;
    object: TrajectoryNode;
    uri: string;
}