/** * Generated by orval v7.21.0 🍺 * Do not edit manually. * Negodata Api Server * OpenAPI spec version: 0.1.0 */ import type { QuotationCardDataQtId } from "./quotationCardDataQtId"; import type { QuotationCardDataNegoCardId } from "./quotationCardDataNegoCardId"; import type { QuotationCardDataWildCardId } from "./quotationCardDataWildCardId"; import type { QuotationCardDataType } from "./quotationCardDataType"; import type { QuotationCardDataName } from "./quotationCardDataName"; import type { QuotationCardDataScript } from "./quotationCardDataScript"; export interface QuotationCardData { session_card_id: string; qt_id?: QuotationCardDataQtId; nego_card_id?: QuotationCardDataNegoCardId; wild_card_id?: QuotationCardDataWildCardId; type?: QuotationCardDataType; name?: QuotationCardDataName; script?: QuotationCardDataScript; }