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

20 lines
271 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SM'
const set: Set = {
id: 'SM7b',
name: {
ja: 'フェアリーライズ',
ko: '페어리라이즈'
},
serie: serie,
cardCount: {
official: 50
},
releaseDate: '2018-08-03'
}
export default set