1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 19:02:10 +00:00
cards-database/data/Sword & Shield/Pokémon Futsal 2020.ts

25 lines
302 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../Sword & Shield'
const swshp: Set = {
id: "fut2020",
name: {
en: "Pokémon Futsal 2020"
},
serie: serie,
cardCount: {
official: 5
},
releaseDate: "2020-09-11",
abbreviations: {
official: "FUT20"
}
}
export default swshp