diff --git a/common/src/index.ts b/common/src/index.ts index 6b54854..4908db4 100644 --- a/common/src/index.ts +++ b/common/src/index.ts @@ -2,8 +2,8 @@ export { Status } from "./enums/Status"; // Interfaces -export { IColour } from "./types/Colour"; -export { ISpaceship } from "./types/Spaceship"; +export * from "./types/Colour"; +export * from "./types/Spaceship"; // Server-Client Communications export * from "./types/events/SaveShip";