Type Alias TypeInferenceResultWithoutInferringChildren<Specifics>

TypeInferenceResultWithoutInferringChildren:
    | Type
    | InferenceRuleNotApplicable
    | Specifics["LanguageType"]
    | InferenceProblem<Specifics>

Type Parameters

Type declaration