Type Alias: AiEditorMode
ts
type AiEditorMode = "generate" | "edit";Defined in: packages/ai-enhancer/src/entities/mode/model/modes.ts:7
The editor's modes. Currently derived from whether a source image is present (generate without one, edit with). Designed to grow — adding a capability like 'outpaint' here is additive, and the presets map (keyed by this type) extends with it without breaking existing configs.