Type Alias VirtualKey<TChild>

VirtualKey<TChild>: TChild extends string
    ? `**${TChild}**`
    : never

Key used to link to child objects in a WrappedIndexedStorage.

Type Parameters

  • TChild