1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00

20 lines
242 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'S1W',
name: {
ja: 'ソード',
ko: '소드'
},
serie: serie,
cardCount: {
official: 60
},
releaseDate: '2019-12-06'
}
export default set