2024-10-13 15:48:01 +02:00
|
|
|
export interface SynchronizeProtocolAgendaCommand {
|
2025-03-24 09:19:11 +01:00
|
|
|
id: number;
|
2024-10-13 15:48:01 +02:00
|
|
|
topic: string;
|
|
|
|
context: string;
|
2025-03-24 09:19:11 +01:00
|
|
|
sort: number;
|
2024-10-13 15:48:01 +02:00
|
|
|
protocolId: number;
|
|
|
|
}
|