aboutsummaryrefslogtreecommitdiffstats
path: root/src/types/guess.ts
blob: 20f1a5af8413d99bf5755a2b85aa94de6a13349c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
import { Song } from "./song";

export type GuessType = {
  song: Song | undefined;
  state: GuessState | undefined;
};

export const enum GuessState {
  Correct = "Correct",
  PartiallyCorrect = "PartiallyCorrect",
  Incorrect = "Incorrect",
  Skipped = "Skipped",
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage