Files
Liam 80e6c0da43
Some checks failed
deploy / deploy (push) Failing after 2s
add beatleader score fetching and add icons to FC
2023-10-22 13:47:56 +01:00

6 lines
135 B
TypeScript

import { BeatleaderSmallerSong } from "./smallerSong";
export type BeatleaderSmallerLeaderboard = {
song: BeatleaderSmallerSong;
};