GlobalSecondaryIndexKeyBuilders
type GlobalSecondaryIndexKeyBuilders<Item> = Record<IndexName, { partitionKey: DynamoIndexKeyBuilder<Item>; sortKey?: DynamoIndexKeyBuilder<Item>;}>;Type Parameters
Section titled “Type Parameters”Item
type GlobalSecondaryIndexKeyBuilders<Item> = Record<IndexName, { partitionKey: DynamoIndexKeyBuilder<Item>; sortKey?: DynamoIndexKeyBuilder<Item>;}>;Item