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

27 lines
396 B
TypeScript
Raw 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 s2019sm: Set = {
id: "2019sm",
name: {
en: "Macdonald's Collection 2019",
it: "McDonald's Collection 2019",
de: "McDonalds Kollektion 2019",
},
serie: serie,
cardCount: {
official: 12
},
releaseDate: "2019-10-15",
abbreviations: {
official: "MCD19"
}
}
export default s2019sm