🔗 Type Alias: ContextType<T>
ContextType<
T> =TextendsContext<infer _, infer V> ?V:never
Defined in: src/core/context.ts:32
A helper type which can extract a Context value type from a Context type
🔗 Type Parameters
🔗 T
T extends UnknownContext