export interface ProtocolPrintoutViewModel { id: number; title: string; iteration: number; createdAt: Date; protocolId: number; }