Vinyl
    Preparing search index...

    Interface WithProtections<T>

    interface WithProtections<T> {
        ContentProtection?: readonly T[];
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    ContentProtection?: readonly T[]