1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-06 17:27:52 +00:00

22 lines
285 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Miscellaneous'
const jumbo: Set = {
id: "jumbo",
name: {
en: "Jumbo cards",
fr: "Cartes Jumbo"
,
},
serie: serie,
cardCount: {
total: 160,
official: 160
},
releaseDate: "2000-02-01"
}
export default jumbo