UNPKG

@openfisca/json-model

Version:

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

9 lines (8 loc) 164 B
export interface Reference { href?: string; note?: string; title?: string; } export type ReferencesByInstant = { [instant: string]: Reference[]; };