feat: genre sliders (experiment) (#1182)
This commit is contained in:
5
server/interfaces/api/discoverInterfaces.ts
Normal file
5
server/interfaces/api/discoverInterfaces.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface GenreSliderItem {
|
||||
id: number;
|
||||
name: string;
|
||||
backdrops: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user