Skip to content

Commit

Permalink
Unused removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Deykun committed May 14, 2024
1 parent 7689b7e commit 6c9d5c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/getDoesWordExist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ export const DoesWordExistErrorTypes = {
Fetch: 'fetch',
} as const;

export type ValueOf<T> = T[keyof T];

type DoesWordExistErrorType = typeof DoesWordExistErrorTypes[keyof typeof DoesWordExistErrorTypes];

type GetDoesWordExistReport = {
Expand Down

0 comments on commit 6c9d5c8

Please sign in to comment.