We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d7799 commit 02a5609Copy full SHA for 02a5609
index.d.ts
@@ -178,7 +178,7 @@ declare namespace Ffmpeg {
178
size?: number;
179
bit_rate?: number;
180
probe_score?: number;
181
- tags?: any[];
+ tags?: Record<string, unknown>;
182
}
183
184
interface ScreenshotsConfig {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@descript/fluent-ffmpeg",
3
- "version": "2.1.2-descript.4",
+ "version": "2.1.2-descript.5",
4
"description": "A fluent API to FFMPEG (http://www.ffmpeg.org)",
5
"keywords": [
6
"ffmpeg"
0 commit comments