Add a type for the fuel card representation

This commit is contained in:
Oliver-Akins 2022-01-09 00:30:47 -06:00
parent ec37881de7
commit 15da1158c7
2 changed files with 7 additions and 0 deletions

View file

@ -8,6 +8,7 @@
export * from "./types/Colour";
export * from "./types/Spaceship";
export * from "./types/PlayerData";
export * from "./types/FuelCard";
// Server-Client Communications
export * from "./types/ServerResponse";