mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
19 lines
256 B
TypeScript
19 lines
256 B
TypeScript
import { Set } from '../../interfaces'
|
|
import serie from '../L'
|
|
|
|
const set: Set = {
|
|
id: 'L1b',
|
|
name: {
|
|
ja: 'ソウルシルバーコレクション'
|
|
},
|
|
|
|
serie: serie,
|
|
|
|
cardCount: {
|
|
official: 70
|
|
},
|
|
releaseDate: '2009-10-09'
|
|
}
|
|
|
|
export default set
|