import { SdkItem } from './sdk-item';
export interface VideoItem extends SdkItem {
    Url: string;
}
