1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-30 14:52:09 +00:00

22 lines
292 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Diamond & Pearl'
const dp7: Set = {
id: "dp7",
name: {
en: "Stormfront",
fr: "Tempête"
},
serie: serie,
tcgOnline: "SF",
cardCount: {
total: 106,
official: 100
},
releaseDate: "2008-11-01"
}
export default dp7