1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-11 15:45:14 +00:00
Files
cards-database/data/Sword & Shield/Celebrations.ts
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