interface GameHighScoreimport { type GameHighScore } from "https://dotland.deno.dev/x/grammy@v1.15.2/types.deno.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.15.2/types.deno.ts";