UNPKG

@openfisca/json-model

Version:

Library to handle informations extracted in JSON or YAML format from OpenFisca parameters, variables, etc

11 lines (10 loc) 250 B
import { DecompositionReference } from "./decompositions"; export interface Waterfall { advanced?: boolean; icon?: string; label: string; name: string; root: string; total?: DecompositionReference[]; totalLabel: string; }