Add MentionItem type
This stores the data we might need for displaying an item mention
This commit is contained in:
parent
3e4f1d37a5
commit
eb772923da
1 changed files with 10 additions and 0 deletions
10
types/MentionItem.d.ts
vendored
Normal file
10
types/MentionItem.d.ts
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
interface MentionItem {
|
||||
name: {
|
||||
[key: string]: string
|
||||
en: string
|
||||
ja: string
|
||||
}
|
||||
type: string
|
||||
granblue_id: string
|
||||
element: GranblueElement
|
||||
}
|
||||
Loading…
Reference in a new issue