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

21 lines
247 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../S'
const set: Set = {
id: 'SDL',
name: {
'zh-tw': '噴火龍'
},
serie: serie,
cardCount: {
official: 21
},
releaseDate: {
'zh-tw': '2022-11-04'
}
}
export default set