Skip to content

Commit

Permalink
feat: add passthrough vehicle
Browse files Browse the repository at this point in the history
  • Loading branch information
🐸 committed Jul 5, 2023
1 parent 2650dd7 commit 9dca89d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/files/mission.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ const coalitionCountrySchema = z.object({
plane: z.object({
group: z.array(planeGroupSchema).default([]),
}),
vehicle: z.any(),
});

const coalitionSchema = z.object({
Expand Down

0 comments on commit 9dca89d

Please sign in to comment.