addded error codes and improved error handling

This commit is contained in:
2026-06-04 15:32:51 +02:00
parent faebe54db3
commit c42bdea047
19 changed files with 730 additions and 96 deletions
+6 -1
View File
@@ -60,4 +60,9 @@ export type ProductRow = {
locationDetail: string;
expiryDate: string;
refillDate: string;
};
};
export type ChangePasswordIntf = {
currentPassword: string;
newPassword: string;
};