mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
Updated DB and made it work with SDK
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
import Set from '../../interfaces/Set'
|
||||
import Set from '@tcgdex/sdk/interfaces/Set'
|
||||
|
||||
const set: Set = {
|
||||
name: {
|
||||
@ -20,8 +20,8 @@ const set: Set = {
|
||||
},
|
||||
|
||||
images: {
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/neo/si1/symbol.png",
|
||||
logo: "https://assets.tcgdex.net/en/sets/neo/si1/logo.png"
|
||||
symbol: "https://assets.tcgdex.net/univ/sets/neo/si1/symbol",
|
||||
logo: "https://assets.tcgdex.net/en/sets/neo/si1/logo"
|
||||
},
|
||||
|
||||
availability: {
|
||||
|
Reference in New Issue
Block a user