Skip to content

Commit

Permalink
remove unused TS type
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 30, 2022
1 parent 88f5216 commit 4546160
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/challenge/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export interface Ctrl {

type ChallengeStatus = 'created' | 'offline' | 'canceled' | 'declined' | 'accepted';
export type ChallengeDirection = 'in' | 'out';
type FEN = string;

export interface ChallengeUser {
id: string;
Expand Down

0 comments on commit 4546160

Please sign in to comment.