mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
import type { GameData } from "#app/system/game-data";
|
|
|
|
export interface ClientSessionResponse extends GameData {}
|