sweet_crm/src/shared/model/crmCartRsp.ts
Константин Уколов 112dd2358a feat: add axios
2024-07-31 10:53:01 +03:00

14 lines
272 B
TypeScript

/**
* 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[];
}