2
0

feat(engine): Improve variables in executed codes

This commit is contained in:
Baptiste Arnaud
2022-03-31 16:41:18 +02:00
parent 82f7bf0ed6
commit db10f1ee89
11 changed files with 155 additions and 60 deletions

View File

@ -81,6 +81,7 @@ export type Comparison = {
export type SetVariableOptions = {
variableId?: string
expressionToEvaluate?: string
isCode?: boolean
}
export type RedirectOptions = {