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

    Type Alias IndexComponentTokens<CC, CF, IT>

    IndexComponentTokens: HasIndexFor<CF, IT> extends true
        ?
            | CC["HashKey"]
            | CC["RangeKey"]
            | IndexHashKeyOf<CF, IT>
            | IndexRangeKeyOf<CF, IT>
        :
            | CC["HashKey"]
            | CC["RangeKey"]
            | CC["ShardedKeys"]
            | CC["UnshardedKeys"]
            | CC["TranscodedProperties"]

    Type Parameters