UNPKG

haxjs

Version:

haxball headless api written in typescript

12 lines (11 loc) 261 B
import { GeoLocation } from './geo-location'; export interface RoomConfig { roomName: string; playerName?: string; password?: string; maxPlayers?: number; public?: boolean; geo?: GeoLocation; token: string; noPlayer?: boolean; }