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

    Type Alias EntityKey<C>Protected

    EntityKey: Record<C["HashKey"] | C["RangeKey"], string>

    Database-facing record key type from a ConfigMap with required hash & range keys.

    Type Parameters