Files
tmdb-ts/src/endpoints/index.ts
2023-08-30 17:58:37 -07:00

19 lines
503 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';