Interface HasSentiment

Interface of items that can be assigned a sentiment value.

interface HasSentiment {
    id: string;
    sentiment: null | Sentiment;
}

Hierarchy (View Summary)

Implemented by

Properties

Properties

id: string
sentiment: null | Sentiment