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

21 lines
253 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'AS6b',
name: {
'zh-tw': '傳說交鋒'
},
serie: serie,
cardCount: {
official: 168
},
releaseDate: {
'zh-tw': '2020-04-10'
}
}
export default set