/** * Generated by orval v6.31.0 🍺 * Do not edit manually. * main.proto * OpenAPI spec version: version not set */ import type { CrmCartItem } from './crmCartItem'; export interface CrmCartRsp { amount?: string; amountOld?: string; items?: CrmCartItem[]; }