Type Alias: ActionIntent
type ActionIntent =
| EditorIntent
| ModuleIntent
| QuickActionIntent
| WarmupIntent;
Intent type used to specify the action for SDK workflows. It includes EditorIntent for editor operations, ModuleIntent for module operations, QuickActionIntent for quick actions, and WarmupIntent for warmup operations.