import { Rval2 } from './Rval2';
/** performUserActionResponse */
export interface PerformUserActionResponse {
    /** rval */
    rval?: Rval2;
}
