1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12:11 +00:00
cards-database/data/EX/Sandstorm.ts

22 lines
279 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../EX'
const ex2: Set = {
id: "ex2",
name: {
en: "Sandstorm",
fr: "Sandstorm"
},
serie: serie,
tcgOnline: "SS",
cardCount: {
total: 100,
official: 100
},
releaseDate: "2003-09-18"
}
export default ex2