import { Model } from "timi-web"; export type MinecraftPlayer = { playerId: number; name: string; lastLoginAt: number; } & Model