LocalSecondaryIndexKeyBuilders
type LocalSecondaryIndexKeyBuilders<Item> = Record<IndexName, { sortKey: DynamoIndexKeyBuilder<Item>;}>;A mapping type of local secondary index names to their key builders.
Type Parameters
Section titled “Type Parameters”Item