feat(dashboard,types): add active order change panel - claims, exchanges & returns (#8738)
* feat(dashboard,types): add active order change panel - claims, exchanges & returns * Apply suggestions from code review
This commit is contained in:
@@ -321,7 +321,7 @@ export interface BaseOrderChange {
|
||||
/**
|
||||
* The type of the order change
|
||||
*/
|
||||
change_type?: "return" | "exchange" | "claim" | "edit"
|
||||
change_type?: "return" | "exchange" | "claim" | "edit" | "return_request"
|
||||
|
||||
/**
|
||||
* The ID of the associated order
|
||||
|
||||
Reference in New Issue
Block a user