hensei-web/types/MentionItem.d.ts
Justin Edmund eb772923da Add MentionItem type
This stores the data we might need for displaying an item mention
2023-08-21 17:26:00 -07:00

10 lines
160 B
TypeScript

interface MentionItem {
name: {
[key: string]: string
en: string
ja: string
}
type: string
granblue_id: string
element: GranblueElement
}