1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 11:51:59 +00:00
Files
cards-database/data/Sword & Shield/Evolving Skies.ts
2021-08-26 23:28:03 +02:00

21 lines
253 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const swsh6: Set = {
id: "swsh7",
name: {
en: "Evolving Skies"
},
serie: serie,
cardCount: {
official: 203
},
releaseDate: "2021-08-27"
}
export default swsh6