Type alias ActionQuerySpecInputs

ActionQuerySpecInputs: string | {
    [key: string]: any;
} | UnparsedObject

The inputs to the action query. These are the values that are passed to the action when it is triggered.

Generated using TypeDoc