Proposed: PlainDescriptor<{
    account: SS58String;
    proposal_hash: FixedSizeBinary<32>;
    proposal_index: number;
    threshold: number;
}>

A motion (given hash) has been proposed (by given account) with a threshold (given MemberCount).