Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
xicri committed Aug 2, 2024
1 parent 8d6c1b5 commit ab0be99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type allTags from "./dataset/tags.json";

export type Locale = "en" | "ja" | "zh-CN";

export type TagID = keyof typeof allTags;

export type Word = {
Expand Down

0 comments on commit ab0be99

Please sign in to comment.