fix : trie du code et reorganisation composant parent enfant

This commit is contained in:
2026-02-25 15:42:59 +01:00
parent 141f174d0a
commit 0bb8497871
5 changed files with 653 additions and 693 deletions

View File

@@ -41,6 +41,13 @@ export interface WeightEntryData {
weighedAt: string | null
}
export interface MerchandiseEntryData {
merchandiseTypeId: string
merchandiseDetail: string
selectedBuildingIds: string[]
selectedPelletBuildingIds: Record<string, string[]>
}
export interface WeightFormData {
id: number
weight: number