EntityKeyInput
type EntityKeyInput<Item> = | { key: Partial<Item>;} | { index: { [index: string]: Partial<Item>; };};Type Parameters
Section titled “Type Parameters”Item
type EntityKeyInput<Item> = | { key: Partial<Item>;} | { index: { [index: string]: Partial<Item>; };};Item