mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 11:51:59 +00:00
10
expansions/base.ts
Normal file
10
expansions/base.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import Expansion from "../interfaces/Expansion";
|
||||
|
||||
const set: Expansion = {
|
||||
name: {
|
||||
en: "Base"
|
||||
},
|
||||
code: "base"
|
||||
}
|
||||
|
||||
export default set
|
Reference in New Issue
Block a user