Merge branch 'develop' into feat/313-creation-administration-modification-creation-fournisseur

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
2026-02-10 13:07:55 +01:00
7 changed files with 541 additions and 15 deletions

View File

@@ -59,3 +59,16 @@ export type ReceptionPayload = {
carrier?: string | null
driver?: string | null
}
export type ReceptionFormData = {
licensePlate: string
receptionDate: string
receptionTypeId: string
userId: string
supplierId: string
addressId: string
truckId: string
carrierId: string
driverId: string
vehicleId: string
}