interface GameHighScoreimport { type GameHighScore } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.ts"; This object represents one row of the high scores table for a game. Propertiesposition: numberPosition in high score table for the game user: UserUser score: numberScore import GameHighScoreimport { GameHighScore } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.ts";