feat : creer une nouvelle expedtion (WIP)
This commit is contained in:
8
frontend/services/dto/bovin-shipment-data.ts
Normal file
8
frontend/services/dto/bovin-shipment-data.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type {ShipmentTypeData} from "~/services/dto/shipment-type-data";
|
||||
|
||||
export interface BovinShipmentData {
|
||||
id: number
|
||||
nbBovinSend: number | null
|
||||
shipment?: string | null
|
||||
shipmentType?: ShipmentTypeData | null
|
||||
}
|
||||
Reference in New Issue
Block a user