interface Player { id: string, name: string, properties?: any } export {Player};