fix: Add missing exports for TradeOffer and TokenInventory in client types index
Some checks failed
build-and-deploy / filter (push) Successful in 2s
build-and-deploy / build (push) Failing after 9s
build-and-deploy / deploy (push) Has been skipped

This commit is contained in:
2025-07-05 15:07:59 -06:00
parent 9254e41fce
commit 2b300851a9

View File

@@ -1,6 +1,8 @@
// Re-export generated schema classes
export { Player } from './Player'
export { GameState } from './GameState'
export { TradeOffer } from './TradeOffer'
export { TokenInventory } from './TokenInventory'
// Additional types that are not Schema classes
export interface GameRoomOptions {