ff-admin-server/src/command/club/protocol/protocolAgendaCommand.ts

7 lines
127 B
TypeScript
Raw Normal View History

2024-10-13 15:48:01 +02:00
export interface SynchronizeProtocolAgendaCommand {
id?: number;
topic: string;
context: string;
protocolId: number;
}