import { Creative } from './creative';
export interface BaseDynamicAllocationCreative extends Creative {
}
