refactor(law_source): remove the unused Enfant submodule from the allocation_familiales.mli

This commit is contained in:
Emile Rolley 2022-07-17 21:07:53 +02:00
parent 1013fadc50
commit 15be4b7279
2 changed files with 1 additions and 13 deletions

1
.gitignore vendored
View File

@ -10,5 +10,6 @@ legifrance_oauth*
*.html
.vscode/
.ninja_*
node_modules/
build.ninja

View File

@ -60,19 +60,6 @@ module EnfantEntree : sig
}
end
module Enfant : sig
type t = {
identifiant : integer;
obligation_scolaire : situation_obligation_scolaire;
remuneration_mensuelle : money;
date_de_naissance : date;
age : integer;
prise_en_charge : prise_en_charge;
a_deja_ouvert_droit_aux_allocations_familiales : bool;
beneficie_titre_personnel_aide_personnelle_logement : bool;
}
end
module InterfaceAllocationsFamilialesOut : sig
type t = { i_montant_verse_out : money }
end