UNPKG

battlemetrics-client

Version:

TypeScript client library for the BattleMetrics API

5 lines 346 B
import { ServerListParams } from "../types/serversParams"; import { ServerListResponse, ServerResponse } from "../types/responses"; export declare function getServerList(params?: ServerListParams): Promise<ServerListResponse>; export declare function getServerInfo(serverId: string): Promise<ServerResponse>; //# sourceMappingURL=servers.d.ts.map