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
/
core
/
store
/
reducers
/
order-details.reducer.d.ts
5 lines
(4 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
import
{
Order
}
from
'@spartacus/core'
;
import
{
OrderActions
}
from
'../actions/index'
;
export
declare
const
initialState
:
Order
;
export
declare
function
reducer
(
state
:
Order
|
undefined
,
action
:
OrderActions
.
OrderDetailsAction
):
Order
;