src/types/searchlist.d.ts @@ -1,4 +1,5 @@ export type searchList = { searchText: any list: Array<any> loading: boolean }