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 2017.ts

29 lines
440 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 s2017sm: Set = {
id: "2017sm",
name: {
en: "Macdonald's Collection 2017",
fr: "Promo McDonald's 2017",
it: "McDonald's Collection 2017",
de: "McDonalds Kollektion 2017",
},
serie: serie,
cardCount: {
official: 12
},
releaseDate: "2017-08-03",
abbreviations: {
official: "MCD17",
fr: "M17"
}
}
export default s2017sm