Variable: ActionSummarySchema
Makaio Framework / services-core/session-editor / ActionSummarySchema
Variable: ActionSummarySchema
Section titled “Variable: ActionSummarySchema”
constActionSummarySchema:ZodObject<{category:ZodEnum<{compression:"compression";extraction:"extraction";transformation:"transformation"; }>;description:ZodString;id:ZodString;label:ZodString; },$strip>
Defined in: ../../../packages/services/core/src/session-editor/schemas.ts:11
UI-safe subset of SessionEditorAction.
Represents an action that can be executed in the session editor pipeline, without exposing the execute method or runtime-specific details.