Type Alias ExtractChainContext<C>

Source
type ExtractChainContext<C> = C extends Chain<infer CC> ? CC : {}