Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
feat: previous user game type
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonHowe committed Jul 5, 2020
1 parent 225794c commit e4d3166
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/api/src/modules/users/types/PreviousUserGame.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default interface PreviousUserGame {
date: string;
wpm: number;
uncorrectedwpm: number;
accuracy: number;
}

0 comments on commit e4d3166

Please sign in to comment.