Skip to content

Commit

Permalink
remove no longer needed types
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Jun 6, 2024
1 parent c21d48f commit fc9ffe6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/content-search/types.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import type { Suggestion } from './SearchItem';

export interface QueryCache {
results: SearchResult[] | null;
controller: null | number | AbortController;
currentPage: number | null;
totalPages: number | null;
}

export interface SearchResult {
id: number;
title: string;
Expand Down

0 comments on commit fc9ffe6

Please sign in to comment.