SegmentationStrategyExactIdrCount type
Signature:
export type SegmentationStrategyExactIdrCount = {
    type: 'exact_idr_count';
    count: number;
};Signature:
export type SegmentationStrategyExactIdrCount = {
    type: 'exact_idr_count';
    count: number;
};