ff-admin-server/src/command/club/protocol/protocolAgendaCommand.ts
2025-01-05 14:14:00 +01:00

6 lines
127 B
TypeScript

export interface SynchronizeProtocolAgendaCommand {
id?: number;
topic: string;
context: string;
protocolId: number;
}