1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-05 00:52:08 +00:00
cards-database/data/Diamond & Pearl/Diamond & Pearl.ts

22 lines
304 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Diamond & Pearl'
const dp1: Set = {
id: "dp1",
name: {
en: "Diamond & Pearl",
fr: "Diamant & Perle"
},
serie: serie,
tcgOnline: "DP",
cardCount: {
total: 130,
official: 130
},
releaseDate: "2007-05-01"
}
export default dp1