1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00
Florian Bouillon 5154b2c15a
Updated Datas
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2020-03-16 21:11:34 +01:00

35 lines
445 B
TypeScript

import Set from '@tcgdex/sdk/interfaces/Set'
import ecard from '../../expansions/ecard'
const set: Set = {
name: {
en: "Sample"
},
code: "sp",
expansion: ecard,
cardCount: {
total: 10,
official: 10
},
releaseDate: "2002-08-01", //day not found
legal: {
standard: false,
expanded: false,
},
images: {
symbol: "https://assets.tcgdex.net/univ/ecard/sp/symbol"
},
availability: {
fr: false
}
}
export default set