@neuracore/types 10.2.0 → 10.4.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.
|
@@ -1338,10 +1338,12 @@ export interface PendingRecording {
|
|
|
1338
1338
|
* Metadata details for a recording.
|
|
1339
1339
|
*
|
|
1340
1340
|
* Attributes:
|
|
1341
|
+
* name: Name of the recording.
|
|
1341
1342
|
* notes: Optional notes about the recording.
|
|
1342
1343
|
* status: Current RecordingStatus of the recording
|
|
1343
1344
|
*/
|
|
1344
1345
|
export interface RecordingMetadata {
|
|
1346
|
+
name: string;
|
|
1345
1347
|
notes: string;
|
|
1346
1348
|
status: RecordingStatus;
|
|
1347
1349
|
}
|