Skip to main content
Sign in
Snippets Groups Projects
Commit aed56b03 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Replace import with import type.

parent d546e440
No related branches found
No related tags found
No related merge requests found
import rootParameterUnknown from "@leximpact/socio-fiscal-openfisca-json/editable_processed_parameters.json" import rootParameterUnknown from "@leximpact/socio-fiscal-openfisca-json/editable_processed_parameters.json"
import { import {
AmountUnit,
improveParameter, improveParameter,
ParameterClass, ParameterClass,
RateUnit,
scaleByInstantFromBrackets, scaleByInstantFromBrackets,
ScaleType, ScaleType,
Unit, Unit,
ValueType, ValueType,
walkParameters, walkParameters,
type AmountBracketAtInstant, type AmountBracketAtInstant,
type AmountUnit,
type BracketAtInstant, type BracketAtInstant,
type LinearAverageRateScaleParameter, type LinearAverageRateScaleParameter,
type MarginalAmountScaleParameter, type MarginalAmountScaleParameter,
...@@ -17,6 +16,7 @@ import { ...@@ -17,6 +16,7 @@ import {
type NodeParameter, type NodeParameter,
type Parameter, type Parameter,
type RateBracketAtInstant, type RateBracketAtInstant,
type RateUnit,
type Reference, type Reference,
type ScaleAtInstant, type ScaleAtInstant,
type ScaleParameter, type ScaleParameter,
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment