import { Rval } from './Rval';
/** getAllRolesResponse */
export interface GetAllRolesResponse {
    /** rval[] */
    rval?: Array<Rval>;
}
