From 70d7d9c36fb0b8ef7a5fb875d2a67fc826b06c45 Mon Sep 17 00:00:00 2001 From: Terry McDonell <35645950+terry-longmacch@users.noreply.github.com> Date: Sun, 2 Feb 2025 08:34:07 +1100 Subject: [PATCH] fix: revert typing of fcaseparameter --- functions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.ts b/functions.ts index 6cc98b6f7..69b294a72 100644 --- a/functions.ts +++ b/functions.ts @@ -179,7 +179,7 @@ export interface Fbetween extends FunctionCall { export type FCaseParameter = { case: Expression; value: Expression; -} | Expression; +}; /** * Textual representation of a switch-case function.