### What problem does this PR solve? feat: Submit Feedback #2088 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
5 lines
106 B
TypeScript
5 lines
106 B
TypeScript
export interface IFeedbackRequestBody {
|
|
messageId?: string;
|
|
thumbup?: boolean;
|
|
feedback?: string;
|
|
}
|