Browse Source

#63

feature/063
みてるぞ 2 days ago
parent
commit
1653e1ae79
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/src/types.ts

+ 1
- 1
frontend/src/types.ts View File

@@ -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 }


Loading…
Cancel
Save