interface DeriveElectionsInfoimport { type DeriveElectionsInfo } from "https://deno.land/x/polkadot@0.2.12/api-derive/types.ts"; Propertiescandidates: AccountId[]candidateCount: u32optionalcandidacyBond: BalanceoptionaldesiredRunnersUp: u32optionaldesiredSeats: u32members: [AccountId, Balance][]optionalnextVoterSet: SetIndexrunnersUp: [AccountId, Balance][]optionaltermDuration: BlockNumberoptionalvoteCount: VoteIndexoptionalvoterCount: SetIndexoptionalvotingBond: Balance