import { Rval1 } from './Rval1';
/** performOrderActionResponse */
export interface PerformOrderActionResponse {
    /** rval */
    rval?: Rval1;
}
