Pārlūkot izejas kodu

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

clovis 4 gadi atpakaļ
vecāks
revīzija
b35769577d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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;
 };