import { BaseDynamicAllocationCreative } from './baseDynamicAllocationCreative';
export interface HasHtmlSnippetDynamicAllocationCreative extends BaseDynamicAllocationCreative {
    codeSnippet?: string;
}
