get protocol item

This commit is contained in:
Julian Krauser 2024-10-03 13:31:05 +02:00
parent 72fb6fbc20
commit 5c4e521bd8
10 changed files with 155 additions and 3 deletions

View file

@ -0,0 +1,5 @@
export interface ProtocolViewModel {
id: number;
title: string;
date: Date;
}