1
0
mirror of https://github.com/fallenbagel/jellyseerr.git synced 2026-01-11 17:16:50 -05:00
Files
jellyseerr/server/interfaces/api/discoverInterfaces.ts
2021-03-16 01:06:44 +09:00

6 lines
90 B
TypeScript

export interface GenreSliderItem {
id: number;
name: string;
backdrops: string[];
}