Feat: export recordings in one file (#1050)

* auto reconnect db

* may export & merge recordings
This commit is contained in:
an-lee
2024-09-07 19:33:00 +08:00
committed by GitHub
parent f8915815d7
commit f7d02f8edd
10 changed files with 200 additions and 13 deletions

View File

@@ -215,6 +215,7 @@ type EnjoyAppType = {
targetId: string,
targetType
) => Promise<SegementRecordingStatsType>;
export: (targetId: string, targetType: string) => Promise<string>;
};
pronunciationAssessments: {
findAll: (params: any) => Promise<PronunciationAssessmentType[]>;