1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12: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
290 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Black & White'
const dv1: Set = {
id: "dv1",
name: {
en: "Dragon Vault",
fr: "Coffre des Dragons"
},
serie: serie,
tcgOnline: "DRV",
cardCount: {
official: 20
},
releaseDate: "2012-10-05"
}
export default dv1