Merge branch 'develop' into feat/271-expedition-etape-1

This commit is contained in:
2026-02-11 08:03:12 +01:00
7 changed files with 541 additions and 14 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
}