1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-24 11:52:16 +00:00

22 lines
280 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Base'
const base3: Set = {
id: "base3",
name: {
en: "Fossil",
fr: "Fossile"
},
serie: serie,
tcgOnline: "FO",
cardCount: {
total: 62,
official: 62
},
releaseDate: "1999-10-10"
}
export default base3