feat: add initial recommendation data
This commit is contained in:
@@ -37,6 +37,7 @@ export interface TMDBSeries {
|
||||
export type GenericResource = {
|
||||
name: string;
|
||||
id: string;
|
||||
tags?: string[];
|
||||
type: keyof typeof resources;
|
||||
meta?: {
|
||||
image?: string;
|
||||
|
||||
Reference in New Issue
Block a user