refactor transcode method
This commit is contained in:
1
enjoy/src/types/enjoy-app.d.ts
vendored
1
enjoy/src/types/enjoy-app.d.ts
vendored
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user