mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-07-04 13:19:21 +00:00
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user