/* eslint-disable @typescript-eslint/naming-convention */ import { IHistoryState } from './IHistoryState'; export interface IGetFeedbackRequest { /** Current application state */ ApplicationState: IHistoryState }