1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-27 05:12:11 +00:00
cards-database/data/XY/Yello A Alternate.ts

22 lines
283 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../XY'
const xya: Set = {
id: "xya",
name: {
en: "Yello A Alternate",
fr: "carte alternative A Jaune"
,
},
serie: serie,
cardCount: {
total: 6,
official: 6
},
releaseDate: "2014-02-05"
}
export default xya