Interface WithProtections<T>

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

Type Parameters

  • T

Hierarchy (view full)

Properties

ContentProtection?: readonly T[]