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