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