Type Alias ContextType<T>

ContextType: T extends Context<string, infer V> ? V : never

A helper type which can extract a Context value type from a Context type

Type Parameters