mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
export interface GenreSliderItem {
|
|
id: number;
|
|
name: string;
|
|
backdrops: string[];
|
|
}
|