Skip to content
Snippets Groups Projects

US878 feat(rechercherpoint): add two fallback in case of no rechercher point match

Merged Hugo SUBTIL requested to merge feat/868-sge-fallback into main
Files
7
+ 16
0
@@ -87,3 +87,19 @@
* @property {number} consentId
* @property {string} inseeCode
*/
/**
* Address definition
* @typedef {object} Address
* @property {string} escalierEtEtageEtAppartement
* @property {string} numeroEtNomVoie
* @property {string} codePostal
* @property {Commune} commune
*/
/**
* Commune definition
* @typedef {object} Commune
* @property {{code: string}} $
* @property {string} libelle
*/
Loading