浏览代码

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

clovis 4 年之前
父节点
当前提交
b35769577d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/models/SolverInput.ts

+ 1 - 1
src/models/SolverInput.ts

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