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
Florian Bouillon c8a7068da5
Added missing Sun & Moon sets translations (#57)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-14 11:25:05 +00:00

26 lines
383 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",
},
serie: serie,
tcgOnline: "DET",
cardCount: {
official: 18
},
releaseDate: "2019-03-29"
}
export default det1