fix : corrections diverses

This commit is contained in:
2026-02-13 08:57:48 +01:00
parent 548e5f3c17
commit 0e1ef12142
3 changed files with 42 additions and 23 deletions

View File

@@ -2,4 +2,5 @@ export interface WeightData {
weight: number | null
dsd: number | null
weighedAt: string | null
type : string | null
}