Type Alias: Component
Component =
TextComponent
|HeaderComponent
|ImageComponent
|VideoComponent
|ActionsComponent
|ConversationComponent
|AnotherStoryComponent
Defined in: passages/story/types.ts:859
Union type of all available story component types. Used for type-safe story content arrays.
Remarks
This discriminated union allows TypeScript to narrow component types
based on the type
property when rendering or processing components.