import { Rval1 } from './Rval1';
/** performTeamActionResponse */
export interface PerformTeamActionResponse {
    /** rval */
    rval?: Rval1;
}
