import { IFeedbackModelAttributes } from "../entity/feedback.entity";
export interface IFeedbackResponse extends IFeedbackModelAttributes {
}
