diff --git a/src/index.ts b/src/index.ts index 2d411d1..603a531 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,13 @@ export type { IGameContext } from "./core/game"; export { createPromptDef } from "./core/game"; -export type { GameHost, GameHostStatus, GameModule } from "./core/game-host"; +export type { + GameHost, + GameHostStatus, + GameModule, + GameState, + GameResult, +} from "./core/game-host"; export { createGameHost } from "./core/game-host"; export type { Part } from "./core/part";