Type Alias IndexKeyConditions<T>

IndexKeyConditions: { [K in keyof T]?: KeyConditions }

Key conditions when querying on an index. Can be any attribute on the entity but must be the keys of the given index

Type Parameters

  • T