1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12:11 +00:00
cards-database/data/Sword & Shield/Pokémon Futsal 2020.ts
Florian Bouillon bf27f42720
Added Pokémon Futsal 2020 (#107)
Signed-off-by: Avior <github@avior.me>
2021-10-18 11:56:52 +02:00

21 lines
259 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"
}
export default swshp