import { Feedback } from "../Feedback"; export interface AddFeedbackRequest { newFeedback: Feedback; documentUrl: string; }