export interface CreateMandateResponse { mandateId: number; result: boolean; errors: string[]; } export interface CreateCDMBaseWarrantiesResponse { contCode: string; productReference: string; salesDate: string; result: boolean; errors: string[]; }