Interface FeedbackPayload

interface FeedbackPayload {
    comment?: string;
    messageId: string;
    selectedOption: string;
    tabId: string;
}

Properties

comment?: string
messageId: string
selectedOption: string
tabId: string