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