1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 19:32:11 +00:00
Florian Bouillon 146aad93fa
Added Celebrations (#86)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-10-09 22:48:54 +00:00

21 lines
246 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const set: Set = {
id: "cel25",
name: {
en: "Celebrations"
},
serie: serie,
cardCount: {
official: 50
},
releaseDate: "2021-10-08"
}
export default set