1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +00:00

Updated DB and made it work with SDK

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-03-11 09:41:29 +01:00
parent 27ba2ef104
commit a284fcac64
12344 changed files with 85456 additions and 122483 deletions

View File

@ -1,4 +1,4 @@
import Set from '../../interfaces/Set'
import Set from '@tcgdex/sdk/interfaces/Set'
const set: Set = {
name: {
@ -23,8 +23,8 @@ const set: Set = {
},
images: {
symbol: "https://assets.tcgdex.net/univ/sets/bw/bw11/symbol.png",
logo: "https://assets.tcgdex.net/en/sets/bw/bw11/logo.png"
symbol: "https://assets.tcgdex.net/univ/sets/bw/bw11/symbol",
logo: "https://assets.tcgdex.net/en/sets/bw/bw11/logo"
}
}