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

21 lines
303 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SVLN',
name: {
ja: 'スターターセット テラスタイプ:ステラ ニンフィアex'
},
serie: serie,
cardCount: {
official: 22
},
releaseDate: {
ja: '2024-08-30'
}
}
export default set