mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-08-09 21:42:00 +00:00
20
interfaces/Type.ts
Normal file
20
interfaces/Type.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
enum Type {
|
||||
COLORLESS,
|
||||
DARKNESS,
|
||||
DRAGON,
|
||||
FAIRY,
|
||||
FIGHTING,
|
||||
FIRE,
|
||||
GRASS,
|
||||
LIGHTNING,
|
||||
METAL,
|
||||
PSYCHIC,
|
||||
WATER,
|
||||
}
|
||||
|
||||
export interface TypeSimple {
|
||||
id: Type
|
||||
name: string
|
||||
}
|
||||
|
||||
export default Type
|
Reference in New Issue
Block a user