UNPKG

@krp-races/krp-node-wrapper

Version:

A node.js wrapper for a dedicated or challenge server in kart racing pro.

10 lines (9 loc) 189 B
import { EntryKart } from "./EntryKart"; export interface Entry { raceNumber: number; name: string; kart: EntryKart; guid: string; extra: string; online: boolean; }