feat: add initial recommendation data

This commit is contained in:
2023-09-08 13:33:29 +02:00
parent 517b1ba23d
commit cc112b7554
19 changed files with 289 additions and 170 deletions

View File

@@ -37,6 +37,7 @@ export interface TMDBSeries {
export type GenericResource = {
name: string;
id: string;
tags?: string[];
type: keyof typeof resources;
meta?: {
image?: string;