1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12:10 +00:00
2021-10-07 10:38:16 +02:00

21 lines
260 B
TypeScript

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