Files
tmdb-ts/src/endpoints/index.ts
2024-06-09 15:53:28 -04:00

20 lines
538 B
TypeScript

export * from './account';
export * from './certification';
export * from './changes';
export * from './credits';
export * from './search';
export * from './genre';
export * from './movies';
export * from './configuration';
export * from './tv-shows';
export * from './discover';
export * from './people';
export * from './review';
export * from './trending';
export * from './find';
export * from './keywords';
export * from './collections';
export * from './tv-seasons';
export * from './tv-episode';
export * from './watch-providers';