1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

Added new celebrations informations (#83)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-07 10:38:16 +02:00
committed by GitHub
parent 7655760c3e
commit eba7e71e7f
26 changed files with 620 additions and 1 deletions

View File

@ -0,0 +1,20 @@
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