Feat: export recordings in one file (#1050)
* auto reconnect db * may export & merge recordings
This commit is contained in:
1
enjoy/src/types/enjoy-app.d.ts
vendored
1
enjoy/src/types/enjoy-app.d.ts
vendored
@@ -215,6 +215,7 @@ type EnjoyAppType = {
|
||||
targetId: string,
|
||||
targetType
|
||||
) => Promise<SegementRecordingStatsType>;
|
||||
export: (targetId: string, targetType: string) => Promise<string>;
|
||||
};
|
||||
pronunciationAssessments: {
|
||||
findAll: (params: any) => Promise<PronunciationAssessmentType[]>;
|
||||
|
||||
Reference in New Issue
Block a user