import IAnalysis from './IAnalysis';
export default interface IAnalysisResponse {
    data: IAnalysis[];
}
