svg-layout-designer-react/src/Interfaces/IGetFeedbackRequest.ts
2022-09-16 10:03:41 +00:00

7 lines
218 B
TypeScript

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