Type Alias IndexTypeDescription<TType>

IndexTypeDescription<TType>: Record<string, ValueTypeDescription<TType>>

The description of a single type in an IndexedStorage.

Type Parameters

  • TType = never