1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-02 00:29:17 +00:00
Files
cards-database/data/Sword & Shield/Celebration.ts

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