src/types/aiDetails.d.ts @@ -1,5 +1,3 @@ export type aiDetails = { historylist: Array<any> inputValue: string message: Object }