shajara API
    Preparing search index...

    Type Alias ContextKeyValue<K>

    ContextKeyValue: K extends ContextKey<infer Value> ? Value : never

    Extracts the value type carried by a context key.

    Type Parameters