interface PlayerData { token: string; } export { type PlayerData };