Type Alias PartitionEntityNames<T>

PartitionEntityNames: PartitionEntities<T>["type"]

Union of entity name string literals for the entity and its related entities. These are the only valid values for the type filter field, skCondition, and the sk property in key conditions.

Falls back to string if any entity lacks declare readonly type.

Type Parameters