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