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