diff --git a/index.d.ts b/index.d.ts index 46ee0424f3..1a4d35d95d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -56,7 +56,7 @@ declare namespace dashjs { loadRecordsFromStorage(): Promise; getAllRecords(): OfflineRecord[]; createRecord(manifestURL: string): Promise; - startRecord(id: string, mediaInfos: MediaInfo[]); + startRecord(id: string, mediaInfos: MediaInfo[]): void; stopRecord(id: string): void; resumeRecord(id: string): void; deleteRecord(id: string): void;