meat/shared/Game.ts
2026-08-04 02:09:54 +02:00

3 lines
41 B
TypeScript

export type Game = {
version: number
}