import { Rval1 } from './Rval1'; /** performLabelActionResponse */ export interface PerformLabelActionResponse { /** rval */ rval?: Rval1; }