From ab0be99a50c95f518bf6038fb4ae4e6c0524743e Mon Sep 17 00:00:00 2001 From: Xicri <107226297+xicri@users.noreply.github.com> Date: Sat, 3 Aug 2024 07:21:01 +0900 Subject: [PATCH] tmp --- types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types.ts b/types.ts index b5fcebf1..48920b4c 100644 --- a/types.ts +++ b/types.ts @@ -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 = {