@karmaniverous/entity-manager
    Preparing search index...

    Interface CapturedConfigMapFrom<CC, EM>

    Captures a BaseConfigMap-compatible type from a literal ConfigInput value and an EntityMap (defaults to MinimalEntityMapFrom).

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    EntityMap: EM

    Entity map type (from schemas when provided; otherwise broad).

    HashKey: HashKeyFrom<CC>

    Hash key token captured from the config literal.

    RangeKey: RangeKeyFrom<CC>

    Range key token captured from the config literal.

    ShardedKeys: ShardedKeysFrom<CC>

    Sharded generated key token union captured from the config literal.

    TranscodedProperties: TranscodedPropertiesFrom<CC>

    Transcoded property token union captured from the config literal.

    TranscodeRegistry: DefaultTranscodeRegistry

    Transcode registry type (default registry; runtime validation still applies).

    UnshardedKeys: UnshardedKeysFrom<CC>

    Unsharded generated key token union captured from the config literal.