Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
aed56b03
Commit
aed56b03
authored
Sep 29, 2022
by
Emmanuel Raviart
Browse files
Options
Downloads
Patches
Plain Diff
Replace import with import type.
parent
d546e440
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib/parameters.ts
+2
-2
2 additions, 2 deletions
src/lib/parameters.ts
with
2 additions
and
2 deletions
src/lib/parameters.ts
+
2
−
2
View file @
aed56b03
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
,
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment