aboutsummaryrefslogtreecommitdiffstats
path: root/src/types/guess.ts
blob: ea5a6adba4f4d8f6d2bdaee483e83e051ae9a294 (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 = 0,
  PartiallyCorrect = 1,
  Incorrect = 2,
  Skipped = 3,
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage