Type Alias OperatorValidationRule<T>

OperatorValidationRule: (
    operatorCall: T,
    operatorName: string,
    operatorType: Type,
    typir: TypirServices,
) => ValidationProblem[]

Type Parameters

  • T

Type declaration