import { BaseVideoCreative } from './baseVideoCreative';
export interface VideoCreative extends BaseVideoCreative {
}
