Skip to content

Commit 85638c7

Browse files
committed
fix
1 parent 3e0b4c6 commit 85638c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/download-track-svgs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { readFileSync, existsSync, mkdirSync, writeFileSync } from 'fs';
33
interface TrackAsset {
44
track_id: string;
55
track_map: string;
6-
track_map_layers: { [key: string]: string };
6+
track_map_layers: Record<string, string>;
77
}
88

99
export const downloadTrackSvgs = async () => {

0 commit comments

Comments
 (0)