mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 11:22:10 +00:00
11 lines
148 B
TypeScript
11 lines
148 B
TypeScript
import Expansion from "@tcgdex/sdk/interfaces/Expansion";
|
|
|
|
const base: Expansion = {
|
|
name: {
|
|
en: "Base"
|
|
},
|
|
code: "base"
|
|
}
|
|
|
|
export default base
|