export interface RepairAndShippingPricesRequest { applicationName: string; commercialRef: string; technicalRef: string; consumerAddress?: string; consumerZipCode?: string; consumerCity?: string; isUnderGuarantee?: boolean; } export interface RepairAndShippingPricesRequest2 { applicationName: string; commercialRef: string; technicalRef: string; clientCode: string; interventionTypeId: number; isPem: boolean; }