mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:43:25 +00:00
feat: fetch and store season data
This commit is contained in:
@@ -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 };
|
||||
|
Reference in New Issue
Block a user