Interface PeriodProtections<T>

interface PeriodProtections<T> {
    AdaptationSet?: readonly AdaptationSetProtections<T>[];
}

Type Parameters

  • T

Properties

Properties

AdaptationSet?: readonly AdaptationSetProtections<T>[]