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

19 lines
254 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'AS4a',
name: {
id: 'Booster Pack Penguasa Langit Set A'
},
serie: serie,
cardCount: {
official: 178
},
releaseDate: '2020-03-04'
}
export default set