import { QuoteDataCartInterface } from './quoteDataCartInterface'; export interface QuoteCartRepositoryV1SavePutBody { quote: QuoteDataCartInterface; }