refactor transcode method

This commit is contained in:
an-lee
2024-02-20 09:00:58 +08:00
parent 7a0d348e11
commit 650a00b6a4
6 changed files with 33 additions and 5 deletions

View File

@@ -247,6 +247,7 @@ type EnjoyAppType = {
set: (key: string, value: any, ttl?: number) => Promise<void>;
delete: (key: string) => Promise<void>;
clear: () => Promise<void>;
writeFile: (filename: string, data: ArrayBuffer) => Promise<string>;
};
transcriptions: {
findOrCreate: (params: any) => Promise<TranscriptionType>;