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

8 lines
144 B
TypeScript
Raw Normal View History

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