Explorar o código

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

clovis %!s(int64=4) %!d(string=hai) anos
pai
achega
b35769577d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 };