@neuracore/types 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -217,6 +217,7 @@ export interface Dataset {
|
|
|
217
217
|
* for determining which data types are present.
|
|
218
218
|
*/
|
|
219
219
|
export interface DatasetDescription {
|
|
220
|
+
total_num_transitions?: number;
|
|
220
221
|
joint_positions?: DataItemStats;
|
|
221
222
|
joint_velocities?: DataItemStats;
|
|
222
223
|
joint_torques?: DataItemStats;
|