import {ProviderMediaInfoObject} from './media-info'; export type ProviderEntryListObject = { entries: Array; ks?: string; clientTag?: string; };