cleanup
This commit is contained in:
6
src/types/ping.ts
Normal file
6
src/types/ping.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export type Ping = {
|
||||
id: number;
|
||||
timestamp: number;
|
||||
ip: string;
|
||||
playerCount: number;
|
||||
};
|
Reference in New Issue
Block a user