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

@@ -1,8 +1,8 @@
export interface ImageConfiguration {
id: number,
backdrops: null,
logos: null,
posters: null
id: number;
backdrops: null;
logos: null;
posters: null;
}
export interface Configuration {