Type Alias ShardQueryMap<C>Protected

ShardQueryMap<C>: Record<string, ShardQueryFunction<C>>

Relates a specific index token to a ShardQueryFunction to be performed on that index.

Type Parameters