UNPKG
@spartacus/checkout
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
4.1.1
4.1.0
4.1.0-rc.0
4.1.0-next.0
4.0.2
4.0.1
4.0.0
4.0.0-rc.1
4.0.0-rc.0
Checkout feature library for Spartacus
github.com/SAP/spartacus
SAP/spartacus
@spartacus/checkout
/
core
/
connectors
/
replenishment-order
/
converters.d.ts
4 lines
(3 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
import
{
InjectionToken
}
from
'@angular/core'
;
import
{
Converter
,
ScheduleReplenishmentForm
}
from
'@spartacus/core'
;
export
declare
const
REPLENISHMENT_ORDER_FORM_SERIALIZER
:
InjectionToken
<
Converter
<
ScheduleReplenishmentForm
,
any
>>;