Skip to content
Snippets Groups Projects
Commit f9aafdef authored by deep1401's avatar deep1401
Browse files

Change prop to string to support flexible return_types

parent 3fd429a1
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ import { ...@@ -10,7 +10,7 @@ import {
type EvaluationField = { type EvaluationField = {
name: string; name: string;
expression: string; expression: string;
return_type: 'boolean' | 'number'; return_type: string;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment