Files
pyrofetes-frontend/src/app/services/api/model/create-delivery-note-dto.ts
T
2026-05-25 10:40:08 +01:00

20 lines
423 B
TypeScript

/**
* PyroFetes
*
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export interface CreateDeliveryNoteDto {
trackingNumber?: string | null;
estimateDeliveryDate?: string;
expeditionDate?: string;
delivererId?: number;
productQuantities?: { [key: string]: number; } | null;
}