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