export interface SynchronizeProtocolDecisionCommand { id?: number; topic: string; context: string; protocolId: number; }