diff --git a/schema-types.ts b/schema-types.ts index 1080271..ce03029 100644 --- a/schema-types.ts +++ b/schema-types.ts @@ -60,7 +60,7 @@ export type DiscreteRange = number & tag export type Target = { location: Point, threatLevel: Range<0, 1>, - type: string, + type: "airDefense" | "artillery" | "radar", }; export type Point = {