Files
pyrofetes-frontend/src/app/services/api/model/get-ware-house-product-dto.ts
T
2026-05-28 16:23:30 +02:00

18 lines
314 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 GetWareHouseProductDto {
quantity?: number;
wareHouseId?: number;
productId?: number;
}