Extracts the input type of a Pipeable operation.
The pipeable type to extract the input from
For a PipeableThunk, this is the parameter type it accepts. For an Effect, the input type is any. For other types, it is never.
any
never
Extracts the input type of a Pipeable operation.