meat/shared/Game.ts

4 lines
41 B
TypeScript
Raw Permalink Normal View History

2026-08-04 02:09:54 +02:00
export type Game = {
version: number
}