export interface SynchronizeProtocolVotingCommand { id: number; topic: string; context: string; favour: number; abstain: number; against: number; protocolId: number; }