Skip to content

Commit

Permalink
wlth-104: clean up unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
konstrybakov committed Sep 7, 2024
1 parent b3c6dd7 commit deac3f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/(app)/practice/session/[sessionId]/[wordId]/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ import type { WordProgressForPracticeArgs } from './query-args'
export type WordProgressForPractice = Prisma.WordProgressGetPayload<
typeof WordProgressForPracticeArgs
>

export type PracticeResult = 'correct' | 'incorrect' | 'skipped'

0 comments on commit deac3f6

Please sign in to comment.