1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00
Florian Bouillon 49291b5c64
Removed set.variants from sets (#47)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-12 19:34:50 +00:00

23 lines
268 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Base'
const base2: Set = {
id: "base2",
name: {
en: "Jungle",
fr: "Jungle"
},
serie: serie,
tcgOnline: "JU",
cardCount: {
official: 64
},
releaseDate: "1999-06-16"
}
export default base2