mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Merge pull request #19782 from dobrakmato/patch-3
Correct interface fields in FfprobeData
This commit is contained in:
Vendored
+1
-1
@@ -90,7 +90,7 @@ declare namespace Ffmpeg {
|
||||
type FormatsCallback = (err: Error, formats: Formats) => void;
|
||||
|
||||
interface FfprobeData {
|
||||
stream: any[];
|
||||
streams: any[];
|
||||
format: any;
|
||||
chapters: any[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user