We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0b4c6 commit 85638c7Copy full SHA for 85638c7
tools/download-track-svgs.ts
@@ -3,7 +3,7 @@ import { readFileSync, existsSync, mkdirSync, writeFileSync } from 'fs';
3
interface TrackAsset {
4
track_id: string;
5
track_map: string;
6
- track_map_layers: { [key: string]: string };
+ track_map_layers: Record<string, string>;
7
}
8
9
export const downloadTrackSvgs = async () => {
0 commit comments