UNPKG

streaming-availability

Version:

Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 59 countries!

32 lines (31 loc) 1.03 kB
/* tslint:disable */ /* eslint-disable */ export * from './Addon'; export * from './Change'; export * from './ChangeSet'; export * from './ChangesResponseSchema'; export * from './CountriesResponseSchema'; export * from './Country'; export * from './DeprecatedServiceInfo'; export * from './Episode'; export * from './Genre'; export * from './GenresResponseSchema'; export * from './GetResponseSchema'; export * from './ImageSet'; export * from './Locale'; export * from './NotFoundResponseSchema'; export * from './Price'; export * from './SearchFiltersResponseSchema'; export * from './SearchTitleResponseSchema'; export * from './Season'; export * from './SeriesStatus'; export * from './Service'; export * from './ServiceCountryInfo'; export * from './ServicesResponseSchema'; export * from './Show'; export * from './StreamingOption'; export * from './StreamingType'; export * from './Subtitle'; export * from './SupportedStreamingTypes'; export * from './UpcomingChangeSet'; export * from './UpcomingChangesResponseSchema';