UNPKG
@spartacus/order
Version:
RC (4.3.0-RC.0)
latest (4.3.8)
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.3.0-RC.0
4.2.1
4.2.0
4.2.0-RC.0
Order feature library for Spartacus
github.com/SAP/spartacus
SAP/spartacus
@spartacus/order
/
components
/
amend-order
/
amend-order.model.d.ts
5 lines
(4 loc)
•
70 B
TypeScript
View Raw
1
2
3
4
5
export
declare
enum
AmendOrderType {
CANCEL
=
0
, RETURN =
1
}