mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 10:42:10 +00:00
Updated DB
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
00316364fa
commit
75bc7249f1
@ -11,6 +11,7 @@ import Set from "./Set";
|
||||
|
||||
export interface CardSimple {
|
||||
id: string
|
||||
localId: string|number
|
||||
name: string
|
||||
image: string
|
||||
}
|
||||
|
@ -36,6 +36,8 @@ export type SetSingle = {
|
||||
export type SetSimple = {
|
||||
code: string
|
||||
name: string
|
||||
logo?: string
|
||||
symbol?: string
|
||||
total: number
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user