maj via codex

This commit is contained in:
2026-02-22 18:34:50 +01:00
parent 20af00d653
commit 55387f4b0e
90 changed files with 9902 additions and 1251 deletions

View File

@@ -7,6 +7,9 @@ export interface Task {
garden_id?: number
priorite: string
echeance?: string
recurrence?: string | null
frequence_jours?: number | null
date_prochaine?: string | null
statut: string
}