zibri
    Preparing search index...

    A descriptor that keeps track of the exclude properties of an entity.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    keys: Map<string, ExcludeStrict<ExcludePropertyValue, false>> = ...

    Keys that have a exclude value of true or function.

    nestedKeys: Map<string, ExcludeDescriptor<unknown>> = ...

    Keys with no exclude option but containing nested entities that might have exclude properties.

    Methods