Files
pyrofetes-frontend/src/app/services/api/model/update-deliverer-dto.ts
2025-11-24 16:28:06 +01:00

16 lines
270 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 UpdateDelivererDto {
transporter?: string | null;
}