Type Alias: EditImageIntent
type EditImageIntent = Exclude<EditFurtherIntent,
| ADD_TEXT
| ADD_ICONS_AND_SHAPES
| ADD_IMAGES>;
Intent type for editing image.
type EditImageIntent = Exclude<EditFurtherIntent,
| ADD_TEXT
| ADD_ICONS_AND_SHAPES
| ADD_IMAGES>;
Intent type for editing image.