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