Skip to content

Commit

Permalink
Update condition types
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Cassidy <steve.cassidy@mq.edu.au>
  • Loading branch information
stevecassidy committed Apr 17, 2024
1 parent af87fc8 commit 4eba125
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,7 @@ export interface ProjectUIViewsets {

export interface ConditionalExpression {
operator: string;
left?: ConditionalExpression;
right?: ConditionalExpression;
conditions?: ConditionalExpression[];
field?: string;
value?: any;
}
Expand Down

0 comments on commit 4eba125

Please sign in to comment.