Skip to content

Commit

Permalink
Remove unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
cutoffthetop committed Dec 22, 2023
1 parent e266724 commit 3494916
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/app/services/api-entity-search.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ interface MergedItemResponse {
items: MergedEntity[];
}

interface ExtractedItemResponse {
total: number;
items: Entity[];
}

@Injectable({
providedIn: 'root',
})
Expand Down

0 comments on commit 3494916

Please sign in to comment.