format & combined equal changes type

This commit is contained in:
DerPenz
2023-04-19 20:20:56 +02:00
parent a5acac981c
commit 5927f95f0a
9 changed files with 54 additions and 70 deletions

View File

@@ -204,8 +204,8 @@ export interface Image {
}
export interface Images {
id: number,
backdrops: Image[],
logos: Image[],
posters: Image[],
id: number;
backdrops: Image[];
logos: Image[];
posters: Image[];
}