Skip to content

Commit

Permalink
Add set variable mode to typings (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitchouhan8 authored May 6, 2024
1 parent 67cdb4a commit d66bab3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugin-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1319,6 +1319,11 @@ declare type Action =
readonly variableId: string | null
readonly variableValue?: VariableData
}
| {
readonly type: 'SET_VARIABLE_MODE'
readonly variableCollectionId: string | null
readonly variableModeId: string | null
}
| {
readonly type: 'CONDITIONAL'
readonly conditionalBlocks: ConditionalBlock[]
Expand Down

0 comments on commit d66bab3

Please sign in to comment.