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

21 lines
272 B
TypeScript

import { Set } from '../../interfaces'
import serie from '../SV'
const set: Set = {
id: 'SVK',
name: {
ja: 'デッキビルドBOX ステラミラクル'
},
serie: serie,
cardCount: {
official: 44
},
releaseDate: {
ja: '2024-07-19'
}
}
export default set