ActivityImageType type
Defines the type of activity image to display in an O365 connector card section.
- 'avatar': Displays the image as a profile avatar (typically circular or small)
- 'article': Displays the image as an article thumbnail (typically rectangular or larger)
type ActivityImageType = "avatar" | "article"