From a492b89c13f18ccd22c65a439c486cbe59cb4cd7 Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Wed, 21 Feb 2024 11:17:07 +0100 Subject: [PATCH] chore: add offPeakHoursType --- src/core/types/types.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/types/types.js b/src/core/types/types.js index 0fea863..ff4c70f 100644 --- a/src/core/types/types.js +++ b/src/core/types/types.js @@ -89,6 +89,7 @@ * @typedef {object} AccountData * @property {string} consentId * @property {string} inseeCode + * @property {string} offPeakHours */ /** -- GitLab