1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
Florian Bouillon 68e363bfaa fix: Add missing codes of tcgOnline
Signed-off-by: Avior <git@avior.me>
2024-07-24 12:24:29 +02:00

28 lines
378 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const set: Set = {
id: "cel25",
name: {
en: "Celebrations",
fr: "Célébrations",
es: "Celebraciones",
de: "Celebrations",
it: "Gran Festa",
pt: "Celebrações"
},
tcgOnline: 'CEL',
serie: serie,
cardCount: {
official: 25
},
releaseDate: "2021-10-08"
}
export default set