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