From 1653e1ae79caf09fe84cdff187883c100a96139c Mon Sep 17 00:00:00 2001 From: miteruzo Date: Mon, 4 May 2026 03:14:50 +0900 Subject: [PATCH] #63 --- frontend/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/types.ts b/frontend/src/types.ts index 2c0ae90..5fb8078 100644 --- a/frontend/src/types.ts +++ b/frontend/src/types.ts @@ -183,7 +183,7 @@ export type Tag = { createdAt: string updatedAt: string hasWiki: boolean - materialId: number + materialId: number | null hasDeerjikists: boolean children?: Tag[] matchedAlias?: string | null }