Vinyl
    Preparing search index...

    Interface PeriodProtections<T>

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

    Type Parameters

    • T
    Index

    Properties

    Properties

    AdaptationSet?: readonly AdaptationSetProtections<T>[]