1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
Florian Bouillon 60d020a0c5
Added Celebration set informations
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-09-21 00:14:32 +02:00

21 lines
259 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const set: Set = {
id: "swsh7.5",
name: {
en: "Celebration"
},
serie: serie,
cardCount: {
official: 0 // not known
},
releaseDate: "2021-01-08"
}
export default set