ff-admin-server/src/command/protocolPrintoutCommand.ts

7 lines
131 B
TypeScript
Raw Normal View History

2024-10-19 16:24:41 +02:00
export interface CreateProtocolPrintoutCommand {
title: string;
iteration: number;
filename: string;
protocolId: number;
}