Skip to content

LocalSecondaryIndexKeyBuilders

type LocalSecondaryIndexKeyBuilders<Item> = Record<IndexName, {
sortKey: DynamoIndexKeyBuilder<Item>;
}>;

A mapping type of local secondary index names to their key builders.

Item