Skip to content

InExpressionTemplate

type InExpressionTemplate = Omit<InExpression, "operand">;

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