feat: fetch and store season data

This commit is contained in:
Adrian Castro
2024-02-18 14:12:59 +01:00
parent 7e51aad0c1
commit 7a7fbb99fa
4 changed files with 37 additions and 10 deletions

View File

@@ -1,4 +1,8 @@
import type { SeasonDetails } from "tmdb-ts";
export const name = "tmdb";
export * from "./search";
export * from "./details";
export * from "./util";
export type { SeasonDetails };