interface PlayerMongoData { id: string; nick: string; } export default PlayerDto;