mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-30 14:52:09 +00:00
21 lines
253 B
TypeScript
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
|