@video-editor/shared 0.0.1-beta.4 → 0.0.1-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -225,6 +225,7 @@ export declare interface IVideoFramesSegment extends IFramesSegment {
|
|
|
225
225
|
* the numerical value is normalized in range [0, 1] unless otherwise specified
|
|
226
226
|
*/
|
|
227
227
|
export declare interface IVideoProtocol {
|
|
228
|
+
id: string;
|
|
228
229
|
version: `${number}.${number}.${number}`;
|
|
229
230
|
width: number;
|
|
230
231
|
height: number;
|