We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eae5d20 + d99ac6c commit d22a4e7Copy full SHA for d22a4e7
1 file changed
receipt-scanner-app/receipt-scanner-frontend/src/api/index.ts
@@ -107,10 +107,6 @@ interface ApiResponse<T = any> {
107
data: T | null;
108
}
109
110
-interface ExportResponse {
111
- csv_data: string;
112
-}
113
-
114
class ApiError extends Error {
115
constructor(public status: number, public data: any) {
116
super(`API Error: ${status}`);
0 commit comments