import { Creative } from './creative';
export interface ClickTrackingCreative extends Creative {
    clickTrackingUrl?: string;
}
