Initial project
This commit is contained in:
7
src/types/MinecraftPlayer.ts
Normal file
7
src/types/MinecraftPlayer.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { Model } from "timi-web";
|
||||
|
||||
export type MinecraftPlayer = {
|
||||
playerId: number;
|
||||
name: string;
|
||||
lastLoginAt: number;
|
||||
} & Model
|
||||
Reference in New Issue
Block a user