@@ -44,7 +44,7 @@ export type SolverOutput = {
explanation: string;
};
export type JustificationObject = {
- type: "Assignement" | "MealAssignement";
+ type: "Assignement" | "MealAssignement" | "MealSlot";
slotId: string;
volonteerId: number;