UNPKG

jka-core

Version:

Library for working with Jedi Academy servers

11 lines (10 loc) 324 B
export declare type TRconStatusYbeproxyClientUser = { id: number; name: string; address: string | null; isBot: boolean; score: number; ping: number | null; rate: number; }; export declare function clientUsersFromRconStatusYbeproxy(clientsInfoStrArray: string[]): TRconStatusYbeproxyClientUser[];