UNPKG

kartrider.js

Version:
9 lines (8 loc) 283 B
import type { Client } from './Client'; import type { rawUserMatchInfo } from './types'; import { Match } from './Match'; import { Player } from './Player'; export declare class MatchInfo extends Match { player: Player; constructor(client: Client, data: rawUserMatchInfo); }