Skip to content

Commit

Permalink
fix: revert typing of fcaseparameter
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-longmacch committed Feb 1, 2025
1 parent 5fc8b1c commit 70d7d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export interface Fbetween extends FunctionCall<boolean> {
export type FCaseParameter = {
case: Expression<boolean>;
value: Expression<PropertyType>;
} | Expression<PropertyType>;
};

/**
* Textual representation of a switch-case function.
Expand Down

0 comments on commit 70d7d9c

Please sign in to comment.