import { Fn } from '../Fn'; export type IfInvoking, ActualType extends TypeForChecking, TypeForChecking> = 'in_raw' extends keyof This ? ActualType : TypeForChecking;