Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a single email topic item returned in the EMAIL_RESPONSE_CARD WS payload.

example
const item: EmailTopicItem = { topicId: 't1', content: 'Refund policy', status: 'Ok' };

Hierarchy

  • EmailTopicItem

Index

Properties

content: string
status: string
topicId: string

Generated using TypeDoc