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

    Type Alias HashKeyFrom<CC>

    HashKeyFrom: CC extends { hashKey: infer H } ? H & string : "hashKey"

    Extract the hash key token string literal from a values-first config input type.

    Type Parameters

    • CC