addded error codes and improved error handling
This commit is contained in:
@@ -60,4 +60,9 @@ export type ProductRow = {
|
||||
locationDetail: string;
|
||||
expiryDate: string;
|
||||
refillDate: string;
|
||||
};
|
||||
};
|
||||
|
||||
export type ChangePasswordIntf = {
|
||||
currentPassword: string;
|
||||
newPassword: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user