Represents a single email topic item returned in the EMAIL_RESPONSE_CARD WS payload.
const item: EmailTopicItem = { topicId: 't1', content: 'Refund policy', status: 'Ok' };
Generated using TypeDoc
Represents a single email topic item returned in the EMAIL_RESPONSE_CARD WS payload.