import { Certification } from './certification';
import { Changes } from './changes';
import { Company } from './company';
import { Configuration } from './configuration';
import { Credit } from './credit';
import { Discover } from './discover';
import { Genre } from './genre';
import { Movie } from './movie';
import { Network } from './network';
import { Trending } from './trending';
import { Person } from './person';
import { Review } from './review';
import { Search } from './search';
import { TV } from './tv';
import { TVSeason } from './tvSeason';
import { TVEpisode } from './tvEpisode';
export { Certification, Changes, Company, Configuration, Credit, Discover, Genre, Movie, Network, Trending, Person, Review, Search, TV, TVSeason, TVEpisode, };
