Interface MPDProtections<T>

interface MPDProtections<T> {
    Period: readonly PeriodProtections<T>[];
}

Type Parameters

  • T

Properties

Properties

Period: readonly PeriodProtections<T>[]