export type PlayerStreamTypes = 'dash' | 'hls' | 'progressive' | 'image' | 'document'; export type PKStreamTypes = Record<'DASH' | 'HLS' | 'PROGRESSIVE' | 'IMAGE' | 'DOCUMENT', PlayerStreamTypes>;