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

20 lines
245 B
TypeScript

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