Skip to content

GlobalSecondaryIndexKeyBuilders

type GlobalSecondaryIndexKeyBuilders<Item> = Record<IndexName, {
partitionKey: DynamoIndexKeyBuilder<Item>;
sortKey?: DynamoIndexKeyBuilder<Item>;
}>;

Item