Type Alias IndexTypeCollection<T>

IndexTypeCollection<T>: Record<string, IndexTypeDescription<keyof T>>

The full description of all the types of an IndexedStorage.

Type Parameters

  • T