1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00

21 lines
254 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../E-Card'
const sp: Set = {
id: "sp",
name: {
en: "Sample",
fr: "Sample"
},
serie: serie,
cardCount: {
total: 10,
official: 10
},
releaseDate: "2002-08-01"
}
export default sp