export interface VoteParams {
    proposalId: number;
    decision: number;
    data: string;
}
