Files
tmdb-ts/src/endpoints/index.ts
2023-04-13 21:58:41 -04:00

17 lines
443 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';