Skip to content

Commit

Permalink
fix: make operandType more generic (#933)
Browse files Browse the repository at this point in the history
Co-authored-by: David Lopez <lopezbnd@amazon.com>
  • Loading branch information
letsbelopez and David Lopez authored Feb 23, 2023
1 parent 9f31385 commit 19bc806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codegen-ui/lib/types/bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export type StudioComponentPredicate = {
field?: string;
operand?: string;
operator?: string;
operandType?: 'string' | 'boolean' | 'number';
operandType?: string;
};

/**
Expand Down

0 comments on commit 19bc806

Please sign in to comment.