/** * [[VideoFxAssetParams]] Is an interface for the specifications * that define the current version of the SDK. */ export interface VideoFxAssetParams { assetGroup: string; revisionID: string; sdk: string; ua: string; }