Interface RepresentationTypeProtections<T>

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

Type Parameters

  • T

Hierarchy (view full)

Properties

ContentProtection?: readonly T[]
SubRepresentation?: readonly WithProtections<T>[]