mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
fix: 🐛 Fix incorrect type for video duration
This commit is contained in:
parent
cc2608366c
commit
179c4cd4da
|
|
@ -17,7 +17,7 @@ interface ContentFormat {
|
|||
fps?: number; // unsigned 64-bit integer
|
||||
width?: number; // unsigned 64-bit integer
|
||||
height?: number; // unsigned 64-bit integer
|
||||
duration?: number; // unsigned 64-bit integer
|
||||
duration?: number; // unsigned 64-bit float
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue