1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-22 10:52:10 +00:00
cards-database/data/McDonald's Collection/Macdonald's Collection 2021.ts

30 lines
485 B
TypeScript
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Set } from '../../interfaces'
import serie from '../McDonald\'s Collection'
const s2021swsh: Set = {
id: "2021swsh",
name: {
en: "Macdonald's Collection 2021",
fr: "Promo McDonald's 2021",
es: "Colección de McDonald's 2021",
it: "McDonald's Collection 2021",
de: "McDonalds Kollektion 2021",
},
serie: serie,
cardCount: {
official: 25
},
releaseDate: "2021-02-09",
abbreviations: {
official: "MCD21",
fr: "M21"
}
}
export default s2021swsh