Skip to content

Commit d22a4e7

Browse files
authored
Merge pull request #7 from crackerky/fix/numpy-import-error
Fix TypeScript error: remove unused ExportResponse interface
2 parents eae5d20 + d99ac6c commit d22a4e7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • receipt-scanner-app/receipt-scanner-frontend/src/api

receipt-scanner-app/receipt-scanner-frontend/src/api/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ interface ApiResponse<T = any> {
107107
data: T | null;
108108
}
109109

110-
interface ExportResponse {
111-
csv_data: string;
112-
}
113-
114110
class ApiError extends Error {
115111
constructor(public status: number, public data: any) {
116112
super(`API Error: ${status}`);

0 commit comments

Comments
 (0)