aboutsummaryrefslogtreecommitdiffstats
path: root/src/types/guess.ts
blob: a84602d1b6ae04b08f2cc2789eb69baa9b491dcd (plain) (blame)
1
2
3
4
5
6
7
import { Song } from "./song";

export type GuessType = {
  song: Song | undefined;
  skipped: boolean;
  isCorrect: boolean | undefined;
};
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage