Skip to content

Commit 19bc806

Browse files
letsbelopezDavid Lopez
andauthored
fix: make operandType more generic (#933)
Co-authored-by: David Lopez <[email protected]>
1 parent 9f31385 commit 19bc806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/codegen-ui/lib/types/bindings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export type StudioComponentPredicate = {
109109
field?: string;
110110
operand?: string;
111111
operator?: string;
112-
operandType?: 'string' | 'boolean' | 'number';
112+
operandType?: string;
113113
};
114114

115115
/**

0 commit comments

Comments
 (0)