balibabu
feat: Submit Feedback #2088 (#2134)
d2e049e
raw
history blame
106 Bytes
export interface IFeedbackRequestBody {
messageId?: string;
thumbup?: boolean;
feedback?: string;
}