@cesdk/node 1.49.0-rc.0 → 1.49.0-rc.1

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/index.d.ts CHANGED
@@ -311,6 +311,7 @@ export declare type AssetMetaData = {
311
311
  duration?: string;
312
312
  effectType?: EffectType;
313
313
  blurType?: BlurType;
314
+ looping?: boolean;
314
315
  } & Record<string, unknown>;
315
316
 
316
317
  /**