1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00
Florian Bouillon 49291b5c64
Removed set.variants from sets (#47)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-08-12 19:34:50 +00:00

23 lines
313 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const swsh1: Set = {
id: "swsh4.5",
name: {
en: "Shining Fates",
fr: "Déstinées Radieuses",
es: "Destinos Brillantes"
},
serie: serie,
cardCount: {
official: 72
},
releaseDate: "2021-02-19"
}
export default swsh1