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

    Type Alias EntityKey<CC>Protected

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

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

    Type Parameters