Module Aides_logement.EligibiliteAidePersonnaliseeLogement

type t = {
date_courante : Runtime_ocaml.Runtime.date;
eligibilite : bool;
nombre_personnes_a_charge_prises_en_compte : Runtime_ocaml.Runtime.integer;
coefficents_enfants_garde_alternee_pris_en_compte : Runtime_ocaml.Runtime.decimal array;
}