import { Rval1 } from './Rval1'; /** performSiteActionResponse */ export interface PerformSiteActionResponse { /** rval */ rval?: Rval1; }