export interface CreateProtocolPrintoutCommand { title: string; iteration: number; filename: string; protocolId: number; }