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

    Type Alias BaseKeyTokens<CC>

    BaseKeyTokens: CC["HashKey"] | CC["RangeKey"]

    Base index component tokens shared by all indexes (the global hashKey and rangeKey defined in the Config).

    Type Parameters