1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-26 12:52:13 +00:00
cards-database/data/Sun & Moon/Detective Pikachu.ts
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

25 lines
356 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sun & Moon'
const det1: Set = {
id: "det1",
name: {
en: "Detective Pikachu",
fr: "Détective Pikachu",
it: "Detective Pikachu",
de: "Meisterdetektiv Pikachu",
},
serie: serie,
tcgOnline: "DET",
cardCount: {
official: 18
},
releaseDate: "2019-03-29"
}
export default det1