Represents the parameters for the "castVote" function.
type CastVoteParams = WithOverrides<{ proposalId: AbiParameterToPrimitiveType<{ name: "proposalId"; type: "uint256"; }>; support: AbiParameterToPrimitiveType<{ name: "support"; type: "uint8"; }>;}>;