mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-07-23 14:59:51 +00:00
Added new logo field to serie
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -8,6 +8,7 @@ export type Languages<T = string> = Partial<Record<SupportedLanguages, T>>
|
||||
export interface SerieResume {
|
||||
id: string
|
||||
name: string
|
||||
logo?: string
|
||||
}
|
||||
|
||||
export interface Serie extends SerieResume {
|
||||
|
Reference in New Issue
Block a user