Interface: ActionCommand
core/commandRunner/typings/legacy/CommandV2.types.internal.ActionCommand
Properties
args
• Optional
args: unknown
[]
A list of arguments expected by the given action.
Defined in
core/commandRunner/typings/legacy/CommandV2.types.ts:66
name
• name: ActionType
The action to run
Defined in
core/commandRunner/typings/legacy/CommandV2.types.ts:61