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 60 countries!
29 lines (28 loc) • 823 B
text/typescript
/* tslint:disable */
/* eslint-disable */
export * from './Addon';
export * from './Change';
export * from './ChangeType';
export * from './ChangesResult';
export * from './Country';
export * from './Episode';
export * from './Genre';
export * from './HorizontalImage';
export * from './ItemType';
export * from './Locale';
export * from './ModelError';
export * from './OrderDirection';
export * from './Price';
export * from './SearchResult';
export * from './Season';
export * from './Service';
export * from './ServiceImageSet';
export * from './ServiceInfo';
export * from './Show';
export * from './ShowImageSet';
export * from './ShowType';
export * from './StreamingOption';
export * from './StreamingOptionType';
export * from './StreamingOptionTypes';
export * from './Subtitle';
export * from './VerticalImage';