mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
10
expansions/ex.ts
Normal file
10
expansions/ex.ts
Normal file
@ -0,0 +1,10 @@
|
||||
import Expansion from "../interfaces/Expansion";
|
||||
|
||||
const set: Expansion = {
|
||||
name: {
|
||||
en: "EX"
|
||||
},
|
||||
code: "ex"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user