Updated DB

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-03-11 23:05:27 +01:00
parent 00316364fa
commit 75bc7249f1
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import Set from "./Set";
export interface CardSimple {
id: string
localId: string|number
name: string
image: string
}

View File

@ -36,6 +36,8 @@ export type SetSingle = {
export type SetSimple = {
code: string
name: string
logo?: string
symbol?: string
total: number
}