/* eslint-disable @typescript-eslint/naming-convention */ import { type IMessage } from './IMessage'; export interface IGetFeedbackResponse { messages: IMessage[] }