Added new logo field to serie

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2021-08-12 21:59:11 +02:00
parent 093df107d2
commit ac570459a3
Signed by: Florian Bouillon
GPG Key ID: 50BD648F12C86AB6

View File

@ -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 {