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