import { BaseObject } from './baseObject';
export interface CreativeWrapperAction extends BaseObject {
}
