Vinyl
    Preparing search index...

    Interface RepresentationTypeProtections<T>

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

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

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