mirror of
https://github.com/smogon/sprites.git
synced 2026-08-26 11:45:16 -05:00
Fix lib for new items JSON
This commit is contained in:
@@ -19,7 +19,7 @@ export type SpecieEntry = {
|
||||
export type ItemEntry = {
|
||||
type : 'item',
|
||||
sid : string,
|
||||
name : string
|
||||
names : string[]
|
||||
};
|
||||
|
||||
export type Entry = SpecieEntry | ItemEntry;
|
||||
|
||||
Reference in New Issue
Block a user