printout page

This commit is contained in:
Julian Krauser 2024-10-19 16:24:33 +02:00
parent 225b686de6
commit f3ffdb1ffd
7 changed files with 137 additions and 8 deletions

View file

@ -0,0 +1,7 @@
export interface ProtocolPrintoutViewModel {
id: number;
title: string;
iteration: number;
createdAt: Date;
protocolId: number;
}