@vvfx/sdk 0.0.0-alpha.35 → 0.0.0-alpha.36

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 CHANGED
@@ -794,7 +794,7 @@ type ExportParam = {
794
794
  * @description 视频名称
795
795
  */
796
796
  name?: string;
797
- } & Pick<ExportMediaItemOptions, 'time' | 'audioEnable' | 'fps' | 'gifConfig'>;
797
+ } & Omit<ExportMediaItemOptions, 'scene' | 'size'>;
798
798
  /**
799
799
  * @description 视图属性
800
800
  */