/** * Generated by orval v7.21.0 🍺 * Do not edit manually. * Negodata Api Server * OpenAPI spec version: 0.1.0 */ export interface ReqCreateSupplierItem { supplier_id: string; item_id: string; supply_type?: number; }