Parcourir la source

Mise à jour de 'src/models/SolverInput.ts'

clovis il y a 4 ans
Parent
commit
b35769577d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/models/SolverInput.ts

+ 1 - 1
src/models/SolverInput.ts

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