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