import { Proposals } from './Proposals'; /** updateProposalsResponse */ export interface UpdateProposalsResponse { /** rval[] */ rval?: Array; }