1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
cards-database/data/Sun & Moon/Detective Pikachu.ts
2021-11-22 15:51:59 +01:00

27 lines
408 B
TypeScript

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