Files
vontor-cz/frontend/src/api/generated/public/models/orderItemCreate.ts
2026-04-20 00:04:15 +02:00

12 lines
199 B
TypeScript

/**
* Generated by orval v8.8.0 🍺
* Do not edit manually.
* OpenAPI spec version: 0.0.0
*/
export interface OrderItemCreate {
product_id: number;
/** @minimum 1 */
quantity?: number;
}