Skip to content

TypeCheckExpressionTemplate

type TypeCheckExpressionTemplate = Omit<TypeCheckExpression, "operand">;

Same as TypeCheckExpression but without the operand (for use in templates)