Extract the inner data type of a specific Expression variant.
type SelectData = ExpressionInner<'select'>;// => Select Copy
type SelectData = ExpressionInner<'select'>;// => Select
Extract the inner data type of a specific Expression variant.