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

20 lines
268 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM9b',
name: {
ja: 'フルメタルウォール',
ko: '풀메탈월'
},
serie: serie,
cardCount: {
official: 54
},
releaseDate: '2019-02-01'
}
export default set