export interface IFeedbackCreateDTO { rate: number; user?: string; message?: string; page: string; }